]> 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 19:12:09 +0000 (21:12 +0200)
vapi/gobject-2.0.vapi

index 6fb7b30fa3eb07d79077a55cd417a4f9b4ec2a9a..cd8aacc6930392db0904c1110bbb7839d2f363cf 100644 (file)
@@ -281,7 +281,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 {