summaryrefslogtreecommitdiff
path: root/telepathy-glib/intset.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-30 11:05:45 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-05-30 11:05:45 +0000
commit3786c75a6579ef35fa90834008c32a1c9ab049f3 (patch)
treec6cab8adce3e668d77e7174575c6384f22d8fc75 /telepathy-glib/intset.h
parentecca807e305228d804d306947017618559af9e12 (diff)
downloadtelepathy-glib-3786c75a6579ef35fa90834008c32a1c9ab049f3.tar.gz
tp_intset_to_array() only needs a const TpIntSet
20080530110545-53eee-2e58223fc20481e2b092705bc4beee93056329da.gz
Diffstat (limited to 'telepathy-glib/intset.h')
-rw-r--r--telepathy-glib/intset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/intset.h b/telepathy-glib/intset.h
index 07eda4df1..85a1f7b5a 100644
--- a/telepathy-glib/intset.h
+++ b/telepathy-glib/intset.h
@@ -54,7 +54,7 @@ gboolean tp_intset_is_member (const TpIntSet *set, guint element);
void tp_intset_foreach (const TpIntSet *set, TpIntFunc func,
gpointer userdata);
-GArray *tp_intset_to_array (TpIntSet *set);
+GArray *tp_intset_to_array (const TpIntSet *set);
TpIntSet *tp_intset_from_array (const GArray *array);
guint tp_intset_size (const TpIntSet *set);