summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-10 14:44:02 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-10 14:58:51 +0000
commitf6a471ba081b3a95e7bb1aa0ec808d312ad00678 (patch)
tree08b84c927a09c65e586858b0d0c7b5d08f2a6ba5 /telepathy-glib/group-mixin.c
parentabb731f78fc5dc7004d2b8c7a2730b37be7ff02f (diff)
downloadtelepathy-glib-f6a471ba081b3a95e7bb1aa0ec808d312ad00678.tar.gz
TP_HAS_GROUP_MIXIN, TP_HAS_GROUP_MIXIN_CLASS: add
Diffstat (limited to 'telepathy-glib/group-mixin.c')
-rw-r--r--telepathy-glib/group-mixin.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/telepathy-glib/group-mixin.c b/telepathy-glib/group-mixin.c
index e282ee0a5..ff10e9d91 100644
--- a/telepathy-glib/group-mixin.c
+++ b/telepathy-glib/group-mixin.c
@@ -155,6 +155,23 @@ struct _TpGroupMixinPrivate {
GPtrArray *externals;
};
+/**
+ * TP_HAS_GROUP_MIXIN:
+ * @o: a #GObject instance
+ *
+ * <!-- -->
+ *
+ * Returns: %TRUE if @o (or one of its parent classes) has the group mixin.
+ */
+
+/**
+ * TP_HAS_GROUP_MIXIN_CLASS:
+ * @cls: a #GObjectClass structure
+ *
+ * <!-- -->
+ *
+ * Returns: %TRUE if @cls (or one of its parent classes) has the group mixin.
+ */
/**
* tp_group_mixin_class_get_offset_quark: (skip)