Hi,

I see that if I create function with signature like

public void f(HashTable<string, Variant> arg)

and then export the object over D-Bus, Vala compiler automatically
generates its DBus signature of a{sv}. Great.

I need to achieve a{s(st)}, in other words, I need a hashmap with
strings as keys and structure that contains string and uint64 as a
value.

What signature should have function in vala to map in such way?

Thank you,

Marcin
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to