[next] telepathy-glib: Mark GList typedefs non-introspectable
Simon McVittie
smcv at kemper.freedesktop.org
Fri May 11 09:20:19 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 7c668dad51a51500d47a19ae5ea3b4ea68e78456
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=7c668dad51a51500d47a19ae5ea3b4ea68e78456
Author: Ray Strode <rstrode at redhat.com>
Date: Fri May 11 10:28:26 2012 -0400
Mark GList typedefs non-introspectable
They end up causing under-defined entries in the gir output
which makes vapigen choke.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49637
Reviewed-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
telepathy-glib/connection-contact-info.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/telepathy-glib/connection-contact-info.c b/telepathy-glib/connection-contact-info.c
index 3349c8b..9a48204 100644
--- a/telepathy-glib/connection-contact-info.c
+++ b/telepathy-glib/connection-contact-info.c
@@ -37,8 +37,6 @@
#include "telepathy-glib/proxy-internal.h"
#include "telepathy-glib/util-internal.h"
-
-
/**
* TpContactInfoFieldSpec:
* @name: The name of the field; this is the lowercased name of a vCard
@@ -137,6 +135,10 @@ tp_contact_info_field_spec_free (TpContactInfoFieldSpec *self)
}
/**
+ * TpContactInfoSpecList: (skip)
+ */
+
+/**
* TP_TYPE_CONTACT_INFO_FIELD_SPEC:
*
* The boxed type of a #TpContactInfoFieldSpec.
@@ -187,6 +189,10 @@ tp_contact_info_spec_list_free (GList *list)
}
/**
+ * TpContactInfoList: (skip)
+ */
+
+/**
* TP_TYPE_CONTACT_INFO_SPEC_LIST:
*
* The boxed type of a #GList of #TpContactInfoFieldSpec.
More information about the telepathy-commits
mailing list