summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 16:52:29 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 16:52:29 +0000
commit340624977c33342edeecda22160d1ee5f1b52d9f (patch)
tree6d9140eefbae10735c6ae4c500d08fbd19c57f84 /telepathy-glib/proxy-internal.h
parente5b35e6157d867edbb580e29c3cb32596aa00492 (diff)
downloadtelepathy-glib-340624977c33342edeecda22160d1ee5f1b52d9f.tar.gz
Make tp_proxy_invalidated() get a const GError *
20071119165229-53eee-86889754ae734a2a7b97f37cbfec954fc50440ba.gz
Diffstat (limited to 'telepathy-glib/proxy-internal.h')
-rw-r--r--telepathy-glib/proxy-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/proxy-internal.h b/telepathy-glib/proxy-internal.h
index e1aa39795..dfdee626d 100644
--- a/telepathy-glib/proxy-internal.h
+++ b/telepathy-glib/proxy-internal.h
@@ -69,7 +69,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, GError *error);
+void tp_proxy_invalidated (TpProxy *self, const GError *error);
G_END_DECLS