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

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

python - Getting 405 error while trying to download nltk data -