[Telepathy-commits] [telepathy-doc/master] Fix typo.

Murray Cumming murrayc at murrayc.com
Thu Feb 12 07:58:16 PST 2009


---
 docs/book/C/telepathy.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/book/C/telepathy.xml b/docs/book/C/telepathy.xml
index 673c3e3..71a1ae5 100644
--- a/docs/book/C/telepathy.xml
+++ b/docs/book/C/telepathy.xml
@@ -627,7 +627,7 @@ AC_SUBST(EXAMPLE_LIBS)
   <para>Alternatively, many Connection Managers allow you to specify an <indexterm><primary>Identifier</primary></indexterm><literal>Identifier</literal> (via the <property>TargetID</property> property) for the target contact or target list, instead of the <literal>Handle</literal> (via the <property>TargetHandle</property> property), if you do not yet have a <literal>Handle</literal>. For instance, this might be an individual's jabber address, a chat room name or the standard identifier for a server-defined list (see the <link linkend="sec-channel-contactlist-server-defined">Server-Defined Lists</link> section.</para>
 
 
-    <para>Telepathy-glib provides the <ulink url="&url_telepathy_glib_base;connection-requests.html#tp-cli-connection-interface-requests-call-create-channel"><function>tp_cli_connection_interface_requests_call_create_channel()</function></ulink> and <ulink url="&url_telepathy_glib_base;connection-requests.html#tp-cli-connection-interface-requests-call-ensure-channel"><function>tp_cli_connection_interface_requests_call_ensure_channel()</function></ulink> functions for this purpose. You may then create a <ulink url="&url_telepathy_glib_base;connection-requests.html"><classname>TpChannel</classname></ulink> proxy object via <ulink url="&url_telepathy_glib_base;channel.html#tp-channel-new"><function>tp_channel_new()</function></ulink> with the provided object path.</para>
+    <para>Telepathy-glib provides the <ulink url="&url_telepathy_glib_base;connection-requests.html#tp-cli-connection-interface-requests-call-create-channel"><function>tp_cli_connection_interface_requests_call_create_channel()</function></ulink> and <ulink url="&url_telepathy_glib_base;connection-requests.html#tp-cli-connection-interface-requests-call-ensure-channel"><function>tp_cli_connection_interface_requests_call_ensure_channel()</function></ulink> functions for this purpose. You may then create a <ulink url="&url_telepathy_glib_base;channel.html"><classname>TpChannel</classname></ulink> proxy object via <ulink url="&url_telepathy_glib_base;channel.html#tp-channel-new"><function>tp_channel_new()</function></ulink> with the provided object path.</para>
 
 
   <!-- TODO: This is complex enough that this is an ideal place for Davyd's snippet-of-a-full-example feature. --> 
-- 
1.5.6.5



More information about the telepathy-commits mailing list