summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy-subclass.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-13 13:48:52 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-16 14:55:16 +0100
commit0da2de832781c85811e729516f73268f26768839 (patch)
tree5d31258515f7ec9cddc0a6ac7b5f91ac9c381b38 /telepathy-glib/proxy-subclass.h
parente38e9b98bebfb9646a0a55083414b070aac8b029 (diff)
downloadtelepathy-glib-0da2de832781c85811e729516f73268f26768839.tar.gz
tp_proxy_signal_connection_v0_new: rename @interface to @iface
Same rationale as previous commit. In this case we also have to rename a local variable from @iface to @iface_proxy.
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 b0f4a3833..9de160653 100644
--- a/telepathy-glib/proxy-subclass.h
+++ b/telepathy-glib/proxy-subclass.h
@@ -46,7 +46,7 @@ void tp_proxy_pending_call_v0_take_results (TpProxyPendingCall *pc,
void tp_proxy_pending_call_v0_completed (gpointer p);
TpProxySignalConnection *tp_proxy_signal_connection_v0_new (TpProxy *self,
- GQuark interface, const gchar *member,
+ GQuark iface, const gchar *member,
const GType *expected_types,
GCallback collect_args, TpProxyInvokeFunc invoke_callback,
GCallback callback, gpointer user_data, GDestroyNotify destroy,