Christian Kellner wrote: > with osso rpc so I was wondering if somebody have had that problem > before and found some nice way around that (maybe using raw dbus in > addition to osso rpc?).
Indeed libosso doesn't support any complex types (or multiple return values for that matter), so you need to do raw dbus. You can get the dbus connection libosso uses with osso_get_dbus_connection, add a filter there and you should be good to go. -- Santtu Lakkala _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
