summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:29:46 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-07-26 14:29:46 +0100
commit4fc4750eaefe56e02ab08c9b462c16aef3754531 (patch)
tree1b5135aa3ff8f962527f363a393a008947a70df6 /telepathy-glib/handle-repo.h
parent9340bb0e0d8e638c46d21d9ae49c052baf6265fe (diff)
downloadtelepathy-glib-4fc4750eaefe56e02ab08c9b462c16aef3754531.tar.gz
TpHandleSetMemberFunc: omit from introspection, and move docs to .c
Diffstat (limited to 'telepathy-glib/handle-repo.h')
-rw-r--r--telepathy-glib/handle-repo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/telepathy-glib/handle-repo.h b/telepathy-glib/handle-repo.h
index ba1242f13..908d79771 100644
--- a/telepathy-glib/handle-repo.h
+++ b/telepathy-glib/handle-repo.h
@@ -108,15 +108,6 @@ gpointer tp_handle_get_qdata (TpHandleRepoIface *repo, TpHandle handle,
/* Handle set helper class */
-/**
- * TpHandleSetMemberFunc:
- * @set: The set of handles on which tp_handle_set_foreach() was called
- * @handle: A handle in the set
- * @userdata: Arbitrary user data as supplied to tp_handle_set_foreach()
- *
- * Signature of the callback used to iterate over the handle set in
- * tp_handle_set_foreach().
- */
typedef void (*TpHandleSetMemberFunc)(TpHandleSet *set, TpHandle handle,
gpointer userdata);