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

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

Ansible warning on jinja2 braces on when -

html - How to custom Bootstrap grid height? -