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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -