You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While struggling with trying to figure out how to send a a{sa(ss)} result over dbus with gabble (instead of a{sa{ss}} which worked) I tried to use a GValueArray for the a(ss) portion. However apparently g_value_array_new () is deprecated, and current code is supposed to use g_array_new ().
Does gabble need to be updated to GArray? GValueArray is used in a few places.
(Also FWIW, the a{sa(ss)} was my attempt to return the list of commands from xep 50 as {"jid to send commands to": [("node", "name"),]}
But so far all my attempts to create that data structure using gvalues are failing.
Also the freedesktop bug tracker isn't letting me log in right now.
The text was updated successfully, but these errors were encountered:
While struggling with trying to figure out how to send a a{sa(ss)} result over dbus with gabble (instead of a{sa{ss}} which worked) I tried to use a GValueArray for the a(ss) portion. However apparently g_value_array_new () is deprecated, and current code is supposed to use g_array_new ().
Does gabble need to be updated to GArray? GValueArray is used in a few places.
(Also FWIW, the a{sa(ss)} was my attempt to return the list of commands from xep 50 as {"jid to send commands to": [("node", "name"),]}
But so far all my attempts to create that data structure using gvalues are failing.
Also the freedesktop bug tracker isn't letting me log in right now.
The text was updated successfully, but these errors were encountered: