]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject-2.0: Make constructor of ParamSpecBoxed public
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 8 May 2018 15:41:12 +0000 (17:41 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 21 May 2018 16:16:49 +0000 (18:16 +0200)
vapi/gobject-2.0.vapi

index 9263e3ee050902fa519198d185c762f0fc88eb01..5f2995b3c04007cf688c4919bdaaf23ec8b33d77 100644 (file)
@@ -289,7 +289,7 @@ namespace GLib {
        [CCode (type_id = "G_TYPE_PARAM_BOXED")]
        public class ParamSpecBoxed : GLib.ParamSpec {
                [CCode (cname = "g_param_spec_boxed")]
-               protected ParamSpecBoxed (string name, string nick, string blurb, GLib.Type boxed_type, GLib.ParamFlags flags);
+               public ParamSpecBoxed (string name, string nick, string blurb, GLib.Type boxed_type, GLib.ParamFlags flags);
        }
        [CCode (type_id = "G_TYPE_PARAM_CHAR")]
        public class ParamSpecChar : GLib.ParamSpec {