glib - How to send Vala ArrayList through D-Bus? -
trying send data server client , getting error:
error: gvariant serialization of type `gee.arraylist' not supported public abstract arraylist<eventdata?> get_event_list () throws ioerror;
you need use plain array. resource showing d-bus types mapped vala types type table in vala d-bus examples.
for eventdata
should consider variant, struct or objectpath
.
Comments
Post a Comment