summaryrefslogtreecommitdiff
path: root/telepathy-glib/group-mixin.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-17 16:33:11 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-03-17 16:33:11 +0000
commit7af6623fb9eb34e26417cbe1dba97a5872b0c4dd (patch)
tree835e5062494d2831e41772af6a3dfa3c2494e0a2 /telepathy-glib/group-mixin.h
parent73e20e53259fdc18900c309ed7d271b823712970 (diff)
tp_group_mixin_class_always_allow_removing_self: shorten to ...allow_self_removal
Diffstat (limited to 'telepathy-glib/group-mixin.h')
-rw-r--r--telepathy-glib/group-mixin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/group-mixin.h b/telepathy-glib/group-mixin.h
index 06a05629d..cdd15ad2d 100644
--- a/telepathy-glib/group-mixin.h
+++ b/telepathy-glib/group-mixin.h
@@ -165,7 +165,7 @@ GQuark tp_group_mixin_get_offset_quark (void);
void tp_group_mixin_class_init (GObjectClass *obj_cls,
glong offset, TpGroupMixinAddMemberFunc add_func,
TpGroupMixinRemMemberFunc rem_func);
-void tp_group_mixin_class_always_allow_removing_self (GObjectClass *obj_cls);
+void tp_group_mixin_class_allow_self_removal (GObjectClass *obj_cls);
void tp_group_mixin_init (GObject *obj, glong offset,
TpHandleRepoIface *handle_repo, TpHandle self_handle);