RE: gvariant parsing for a complex format
edfs", "dd", "dr", "hdf"); GVariant * result = g_variant_new ("((yu)ya(ysb((sss)(sss", 'R', 23, 'E', builder); g_variant_builder_unref (builder); ParseVariant (result); } From: gtk-list [mailto:gtk-list-boun...
gvariant parsing for a complex format
Hi, In my application, i am getting a message over dbus which has to be parsed(extracted) using gvariant functions. The format string is "((yu)ya(ysb((sss)(sss" which is a bit complex one. Have writen a sample fn to try out the extraction, which is not currently working. //---