[vala/0.14] libpeas-1.0: Add missing ExtensionSet constructor
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] libpeas-1.0: Add missing ExtensionSet constructor
- Date: Wed, 30 Nov 2011 14:22:59 +0000 (UTC)
commit efa6ba9744087fa00c0dab2fa5d7fca05bcf3772
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]