Created
September 13, 2016 07:52
-
-
Save jonte/6ecb9f958de8946335986eb7f2fc00ee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GVariant *v = g_variant_dict_end(priv->prop_changed_dict); | |
GVariantBuilder *vb = g_variant_builder_new(g_variant_type_new("(sa{sv}as)")); | |
g_variant_builder_add(vb, "s", "Hello world"); | |
g_variant_builder_add(vb, "a{sv}", v); | |
g_variant_builder_add(vb, "s", NULL); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment