summaryrefslogtreecommitdiff
path: root/telepathy-glib/properties-mixin.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-22 15:45:15 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-02-22 15:45:15 +0000
commite59e6a3c2b910f0b2bec09a8c18e1b5d8b2c1c68 (patch)
tree9e682a81a6d91218250b703be0e3be82476c3c6e /telepathy-glib/properties-mixin.h
parente0fc81b5d884ffb31144200ce823f4813ea0ebd8 (diff)
downloadtelepathy-glib-e59e6a3c2b910f0b2bec09a8c18e1b5d8b2c1c68.tar.gz
Fix shadowing in telepathy-glib/*.h as well as *.c, so the gtkdoc comes out right
20080222154515-53eee-9b81ecb3d356de60bf6210d87762fecf4158665d.gz
Diffstat (limited to 'telepathy-glib/properties-mixin.h')
-rw-r--r--telepathy-glib/properties-mixin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/properties-mixin.h b/telepathy-glib/properties-mixin.h
index 32b0edb0f..a6069b397 100644
--- a/telepathy-glib/properties-mixin.h
+++ b/telepathy-glib/properties-mixin.h
@@ -261,7 +261,7 @@ 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);
void tp_properties_mixin_change_flags (GObject *obj, guint prop_id,
- TpPropertyFlags add, TpPropertyFlags remove, 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);