summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-21 11:51:40 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-21 11:55:49 +0100
commitd21fce565beb44bc4eea8a3be088bb9b48377a68 (patch)
tree9491a779b361e75d57baa7a20f6acd2e2d08def6 /telepathy-glib/handle-repo.h
parent72a71fd03006ad5ce03fec6414d3d383dd56a94b (diff)
downloadtelepathy-glib-d21fce565beb44bc4eea8a3be088bb9b48377a68.tar.gz
Add a boxed type for handle sets
Diffstat (limited to 'telepathy-glib/handle-repo.h')
-rw-r--r--telepathy-glib/handle-repo.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/telepathy-glib/handle-repo.h b/telepathy-glib/handle-repo.h
index 31925126c..27923dfde 100644
--- a/telepathy-glib/handle-repo.h
+++ b/telepathy-glib/handle-repo.h
@@ -33,12 +33,9 @@ G_BEGIN_DECLS
/* Forward declaration because it's in the HandleRepo API */
-/**
- * TpHandleSet:
- *
- * A set of handles. This is similar to a #TpIntSet (and implemented using
- * one), but adding a handle to the set also references it.
- */
+#define TP_TYPE_HANDLE_SET (tp_handle_set_get_type ())
+GType tp_handle_set_get_type (void);
+
typedef struct _TpHandleSet TpHandleSet;
/* Handle repository abstract interface */