]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject-2.0: Reinstate required "lower_case_csuffix" of TypeModule
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 14 Feb 2017 09:51:35 +0000 (10:51 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 14 Feb 2017 09:51:35 +0000 (10:51 +0100)
vapi/gobject-2.0.vapi

index 37ecdb3df7b7acaef9d7f3c89951e1d926fc90bb..a16c6d70dc08e6019b332b1a4644bccb4b6f6409 100644 (file)
@@ -404,7 +404,7 @@ namespace GLib {
                public GLib.Type get_type ();
                public unowned GLib.TypeInterface? peek_parent ();
        }
-       [CCode (cheader_filename = "glib-object.h", type_id = "g_type_module_get_type ()")]
+       [CCode (cheader_filename = "glib-object.h", lower_case_csuffix = "type_module", type_id = "g_type_module_get_type ()")]
        public abstract class TypeModule : GLib.Object, GLib.TypePlugin {
                [CCode (has_construct_function = false)]
                protected TypeModule ();