summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-subclass.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-13 13:47:44 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-16 14:55:16 +0100
commite38e9b98bebfb9646a0a55083414b070aac8b029 (patch)
treec20dd9dc66778f8581d15dde687c8c68ac5e035f /telepathy-glib/proxy-subclass.h
parent8b72c84d516b56ec9bcef3973e6020db84cf1545 (diff)
downloadtelepathy-glib-e38e9b98bebfb9646a0a55083414b070aac8b029.tar.gz
tp_proxy_pending_call_v0_new: rename @interface to @iface
Same rationale as previous commit.
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 eb8092703..b0f4a3833 100644
--- a/telepathy-glib/proxy-subclass.h
+++ b/telepathy-glib/proxy-subclass.h
@@ -32,7 +32,7 @@ typedef void (*TpProxyInvokeFunc) (TpProxy *self,
GObject *weak_object);
TpProxyPendingCall *tp_proxy_pending_call_v0_new (TpProxy *self,
- GQuark interface, const gchar *member, DBusGProxy *iface_proxy,
+ GQuark iface, const gchar *member, DBusGProxy *iface_proxy,
TpProxyInvokeFunc invoke_callback,
GCallback callback, gpointer user_data, GDestroyNotify destroy,
GObject *weak_object, gboolean cancel_must_raise);