[PATCH 05/16] annotations: Skipped non introspectable functions
- From: Simón Pena <spenap gmail com>
- To: grilo-list gnome org
- Subject: [PATCH 05/16] annotations: Skipped non introspectable functions
- Date: Thu, 9 Sep 2010 22:08:47 +0200
---
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 0bbbe0c..126190d 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,
--
1.7.0.4
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]