[libpeas] Vala: Fix usage of PeasObjectModule within Vala



commit 1d18e9e6d4657056f9b7d11e5f5e10d9340757b5
Author: Steve Frécinaux <code istique net>
Date:   Tue Jun 14 09:41:23 2011 +0200

    Vala: Fix usage of PeasObjectModule within Vala
    
    The registration methods were marked as (skip), so they weren't
    introspected, resulting in Vala not being able to use them.

 libpeas/peas-object-module.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libpeas/peas-object-module.c b/libpeas/peas-object-module.c
index b4295ef..5b21826 100644
--- a/libpeas/peas-object-module.c
+++ b/libpeas/peas-object-module.c
@@ -398,7 +398,7 @@ peas_object_module_get_library (PeasObjectModule *module)
 }
 
 /**
- * peas_object_module_register_extension_factory: (skip)
+ * peas_object_module_register_extension_factory:
  * @module: Your plugin's #PeasObjectModule.
  * @iface_type: The #GType of the extension interface you implement.
  * @factory_func: The #PeasFactoryFunc that will create the @iface_type
@@ -465,7 +465,7 @@ create_gobject_from_type (guint       n_parameters,
 }
 
 /**
- * peas_object_module_register_extension_type: (skip)
+ * peas_object_module_register_extension_type:
  * @module: Your plugin's #PeasObjectModule.
  * @iface_type: The #GType of the extension interface you implement.
  * @extension_type: The #GType of your implementation of @iface_type.



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