[vala] libpeas-1.0: Add missing ExtensionSet constructor



commit 6b40d182a7775b23f11ed9cfd91eb01eb693f4b7
Author: Oliver Sauder <os esite ch>
Date:   Wed Sep 28 18:28:13 2011 +0200

    libpeas-1.0: Add missing ExtensionSet constructor
    
    Partially fixes bug 660361.

 vapi/libpeas-1.0.vapi           |    2 +-
 vapi/metadata/Peas-1.0.metadata |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/vapi/libpeas-1.0.vapi b/vapi/libpeas-1.0.vapi
index 944e864..f728d32 100644
--- a/vapi/libpeas-1.0.vapi
+++ b/vapi/libpeas-1.0.vapi
@@ -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);
diff --git a/vapi/metadata/Peas-1.0.metadata b/vapi/metadata/Peas-1.0.metadata
index 4bd41f8..4dd0f49 100644
--- a/vapi/metadata/Peas-1.0.metadata
+++ b/vapi/metadata/Peas-1.0.metadata
@@ -3,3 +3,5 @@ Engine
 	.get_plugin_info unowned=true
 ExtensionBase
 	.get_plugin_info unowned=true
+ExtensionSet
+	.new skip=false



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]