]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libpeas-1.0: Add missing ExtensionSet constructor
authorOliver Sauder <os@esite.ch>
Wed, 28 Sep 2011 16:28:13 +0000 (18:28 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 30 Nov 2011 13:16:19 +0000 (14:16 +0100)
Partially fixes bug 660361.

vapi/libpeas-1.0.vapi
vapi/metadata/Peas-1.0.metadata

index 944e8648a0a6a25bcb8910e39a9ebe9b460cbf9e..f728d32df30af0484cdc6ccb0e763fccaaaaedc2 100644 (file)
@@ -46,7 +46,7 @@ namespace Peas {
        [CCode (cheader_filename = "libpeas/peas.h", type_id = "peas_extension_set_get_type ()")]
        public class ExtensionSet : GLib.Object {
                [CCode (has_construct_function = false)]
-               protected ExtensionSet ();
+               public ExtensionSet (Peas.Engine engine, GLib.Type exten_type, ...);
                public void @foreach (Peas.ExtensionSetForeachFunc func);
                public unowned Peas.Extension get_extension (Peas.PluginInfo info);
                public static Peas.ExtensionSet newv (Peas.Engine? engine, GLib.Type exten_type, [CCode (array_length_cname = "n_parameters", array_length_pos = 2.5, array_length_type = "guint")] GLib.Parameter[] parameters);
index 4bd41f8200ae6ba884ff8fc96375d1b8018a365b..4dd0f49b90a9a294e707c47d7e5d885e64fc5123 100644 (file)
@@ -3,3 +3,5 @@ Engine
        .get_plugin_info unowned=true
 ExtensionBase
        .get_plugin_info unowned=true
+ExtensionSet
+       .new skip=false