summaryrefslogtreecommitdiff
path: root/telepathy-glib/intset.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-02-03 18:53:38 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-02-03 18:53:38 +0000
commit2b97fb6741b008cf220fa6549f4dcae19cb2fa08 (patch)
treed01efd69d88643f50da327066f4b3a20faca4060 /telepathy-glib/intset.h
parent23fcbbd392cd56d6694475c981a7f05bdc0a8c57 (diff)
downloadtelepathy-glib-2b97fb6741b008cf220fa6549f4dcae19cb2fa08.tar.gz
Add tp_intset_new_singleton.
Fixes fd.o #19907
Diffstat (limited to 'telepathy-glib/intset.h')
-rw-r--r--telepathy-glib/intset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/intset.h b/telepathy-glib/intset.h
index 85a1f7b5a..7d867b797 100644
--- a/telepathy-glib/intset.h
+++ b/telepathy-glib/intset.h
@@ -45,6 +45,7 @@ typedef void (*TpIntFunc) (guint i, gpointer userdata);
TpIntSet *tp_intset_new (void);
TpIntSet *tp_intset_sized_new (guint size);
+TpIntSet *tp_intset_new_singleton (guint element);
void tp_intset_destroy (TpIntSet *set);
void tp_intset_clear (TpIntSet *set);