]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix GVariantClass binding
authorJürg Billeter <j@bitron.ch>
Tue, 4 Jan 2011 22:52:49 +0000 (23:52 +0100)
committerJürg Billeter <j@bitron.ch>
Sat, 22 Jan 2011 09:59:25 +0000 (10:59 +0100)
vapi/glib-2.0.vapi

index f3efbef5d29d3b71eb202f9bee8173b381fe16d8..34ba03ad6c52f2e3bae0c048d92f41d92dec4fb5 100644 (file)
@@ -4167,6 +4167,7 @@ namespace GLib {
        [Compact]
        [CCode (ref_function = "g_variant_ref", unref_function = "g_variant_unref", ref_sink_function = "g_variant_ref_sink", type_id = "G_TYPE_VARIANT", marshaller_type_name = "VARIANT", param_spec_function = "g_param_spec_variant", get_value_function = "g_value_get_variant", set_value_function = "g_value_set_variant", take_value_function = "g_value_take_variant", type_signature = "v")]
        public class Variant {
+               [CCode (has_type_id = false)]
                public enum Class {
                        BOOLEAN, BYTE, INT16, UINT16, INT32, UINT32, INT64,
                        UINT64, HANDLE, DOUBLE, STRING, OBJECT_PATH,