summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-subclass.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-10 15:46:28 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-01-10 15:46:28 +0000
commit0e5d489deb7da3d4619e1c03d30c6204d36cba6d (patch)
treeb0d81a117151fb337cbfb030b13536ec6bce906c /telepathy-glib/proxy-subclass.h
parent636ff7d4fc2cbbcc54418dfd1481d81bd263ec15 (diff)
downloadtelepathy-glib-0e5d489deb7da3d4619e1c03d30c6204d36cba6d.tar.gz
API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destroyed to ::invalidated, change arguments of that signal from (GError as POINTER) to (domain as UINT, code as INT, message as STRING) for general sanity
20080110154628-53eee-cc928fe5a1e5ecf6cf93bfbc5299ff14e0364ca8.gz
Diffstat (limited to 'telepathy-glib/proxy-subclass.h')
-rw-r--r--telepathy-glib/proxy-subclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy-subclass.h b/telepathy-glib/proxy-subclass.h
index 3a26a55ae..60e852cba 100644
--- a/telepathy-glib/proxy-subclass.h
+++ b/telepathy-glib/proxy-subclass.h
@@ -66,7 +66,7 @@ DBusGProxy *tp_proxy_borrow_interface_by_id (TpProxy *self, GQuark interface,
DBusGProxy *tp_proxy_add_interface_by_id (TpProxy *self, GQuark interface);
-void tp_proxy_invalidated (TpProxy *self, const GError *error);
+void tp_proxy_invalidate (TpProxy *self, const GError *error);
G_END_DECLS