diff options
author | Olli Salli <ollisal@gmail.com> | 2011-04-12 12:45:48 +0300 |
---|---|---|
committer | Olli Salli <ollisal@gmail.com> | 2011-04-12 12:45:48 +0300 |
commit | a9e1a5a8390a2e34e7979b15e973c9b18dacdc01 (patch) | |
tree | ae8f7d9e6ee4785ddcb523a4a5cd0b33b2c73a31 /telepathy-glib/proxy.c | |
parent | 5804473cc301bbf1f5104bff6edc913482b1ed6a (diff) | |
download | telepathy-glib-a9e1a5a8390a2e34e7979b15e973c9b18dacdc01.tar.gz |
tp_proxy_add_interfaces: Fix reference to tp_proxy_add_interface_by_id()
Diffstat (limited to 'telepathy-glib/proxy.c')
-rw-r--r-- | telepathy-glib/proxy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c index 674d8ffe9..da8e49313 100644 --- a/telepathy-glib/proxy.c +++ b/telepathy-glib/proxy.c @@ -644,8 +644,8 @@ tp_proxy_add_interface_by_id (TpProxy *self, * @interfaces: the names of the interfaces to be added * * Declare that this proxy supports the given interfaces. Equivalent to calling - * g_quark_from_string () followed by tp_proxy_add_interface () for each of the - * interface names. + * g_quark_from_string () followed by tp_proxy_add_interface_by_id () for each + * of the interface names. * * Since: 0.14.UNRELEASED */ |