[grilo] annotations: Skipped non introspectable functions



commit 246eccca96970bd154506d5c02588c4accfb7fda
Author: Simón Pena <spenap gmail com>
Date:   Thu Sep 9 22:08:47 2010 +0200

    annotations: Skipped non introspectable functions
    
    Signed-off-by: Iago Toral Quiroga <itoral igalia com>

 src/grilo.c    |    2 +-
 src/grl-log.c  |    6 ++++++
 src/grl-util.c |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/src/grilo.c b/src/grilo.c
index 72964bb..ec5c04d 100644
--- a/src/grilo.c
+++ b/src/grilo.c
@@ -99,7 +99,7 @@ grl_init (gint *argc,
 }
 
 /**
- * grl_init_get_option_group:
+ * grl_init_get_option_group: (skip)
  *
  * Returns a GOptionGroup with Grilo's argument specifications.
  *
diff --git a/src/grl-log.c b/src/grl-log.c
index c23fef4..e8b72e9 100644
--- a/src/grl-log.c
+++ b/src/grl-log.c
@@ -78,6 +78,12 @@ _grl_log_domain_new_internal (const gchar *name)
   return domain;
 }
 
+/**
+ * grl_log_domain_new: (skip)
+ * @name: The name for the new log domain
+ *
+ * Returns: The new log domain
+ */
 GrlLogDomain *
 grl_log_domain_new (const gchar *name)
 {
diff --git a/src/grl-util.c b/src/grl-util.c
index 6b60a87..ca953d1 100644
--- a/src/grl-util.c
+++ b/src/grl-util.c
@@ -85,7 +85,7 @@ void grl_paging_translate (guint skip,
 }
 
 /**
- * grl_list_from_va:
+ * grl_list_from_va: (skip)
  * @p: first pointer
  *
  * Returns a #GList containing the va_list pointers. Use @NULL to finalize them,



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