]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
update GVariant bindings
authorRyan Lortie <desrt@desrt.ca>
Sun, 28 Mar 2010 16:52:28 +0000 (11:52 -0500)
committerRyan Lortie <desrt@desrt.ca>
Sun, 28 Mar 2010 17:04:22 +0000 (12:04 -0500)
vapi/glib-2.0.vapi

index f75036966dc21840530212034341c6d06f200669..5d3040db1f6552dafe43da75cddb70165ed85738 100644 (file)
@@ -3837,6 +3837,12 @@ namespace GLib {
                public uint hash ();
                public bool equal (Variant other);
 
+               public Variant byteswap ();
+               public Variant get_normal_form ();
+               public bool is_normal_form ();
+               [CCode (returns_floating_reference = true, simple_generics = true)]
+               public static Variant new_from_data<T> (uchar[] data, [CCode (destroy_notify_pos = 37.5)] owned T? owner);
+
                [CCode (cname = "g_variant_iter_new")]
                public VariantIter iterator ();
        }