summaryrefslogtreecommitdiff
path: root/telepathy-glib/properties-mixin.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-14 12:41:34 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2010-09-14 15:31:27 +0100
commit33151ad6400d274d2a5119dc4b4d78db9fab987c (patch)
tree6ffea5b7bed64624db8842bb92406a309d6114ea /telepathy-glib/properties-mixin.h
parent3b9f9fadaedd392859aa63d40573e5c5d4e802db (diff)
downloadtelepathy-glib-33151ad6400d274d2a5119dc4b4d78db9fab987c.tar.gz
Change uses of TpIntSet to TpIntset
Diffstat (limited to 'telepathy-glib/properties-mixin.h')
-rw-r--r--telepathy-glib/properties-mixin.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/properties-mixin.h b/telepathy-glib/properties-mixin.h
index e3faa578a..1fd275de7 100644
--- a/telepathy-glib/properties-mixin.h
+++ b/telepathy-glib/properties-mixin.h
@@ -257,11 +257,11 @@ void tp_properties_context_return (TpPropertiesContext *ctx, GError *error);
gboolean tp_properties_context_return_if_done (TpPropertiesContext *ctx);
void tp_properties_mixin_change_value (GObject *obj, guint prop_id,
- const GValue *new_value, TpIntSet *props);
+ const GValue *new_value, TpIntset *props);
void tp_properties_mixin_change_flags (GObject *obj, guint prop_id,
- TpPropertyFlags add, TpPropertyFlags del, TpIntSet *props);
-void tp_properties_mixin_emit_changed (GObject *obj, const TpIntSet *props);
-void tp_properties_mixin_emit_flags (GObject *obj, const TpIntSet *props);
+ TpPropertyFlags add, TpPropertyFlags del, TpIntset *props);
+void tp_properties_mixin_emit_changed (GObject *obj, const TpIntset *props);
+void tp_properties_mixin_emit_flags (GObject *obj, const TpIntset *props);
gboolean tp_properties_mixin_is_readable (GObject *obj, guint prop_id);
gboolean tp_properties_mixin_is_writable (GObject *obj, guint prop_id);