]> 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>
Tue, 4 Jan 2011 22:54:03 +0000 (23:54 +0100)
vapi/glib-2.0.vapi

index ec8a51ca4cb7e3f4c02ffe6f0be5fc4561cb4bdf..0c251501cde34b5927c717ea40b572e90a8dcc60 100644 (file)
@@ -4195,6 +4195,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,