/soc/2013/ankitkv/gobjectification: 0b36a09030b3: Do the replace...
Ankit Vani
a at nevitus.org
Sun Feb 9 16:16:23 EST 2014
Changeset: 0b36a09030b30bce1ffb360480ebdb8cb62e869e
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-10 02:28 +0530
Branch: gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/0b36a09030b3
Description:
Do the replacements in docs
diffstat:
doc/TCL-HOWTO.dox | 2 +-
doc/reference/libpurple/signals_conversation.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (33 lines):
diff --git a/doc/TCL-HOWTO.dox b/doc/TCL-HOWTO.dox
--- a/doc/TCL-HOWTO.dox
+++ b/doc/TCL-HOWTO.dox
@@ -292,7 +292,7 @@ purple::notify ?type? title primary seco
purple::send_im gc who text
@endcode
- This sends an IM in the fashion of serv_send_im. @c gc is the GC of
+ This sends an IM in the fashion of purple_serv_send_im. @c gc is the GC of
the connection on which you wish to send (as returned by most event
handlers), @c who is the nick of the buddy to which you wish to send,
and @c text is the text of the message.
diff --git a/doc/reference/libpurple/signals_conversation.xml b/doc/reference/libpurple/signals_conversation.xml
--- a/doc/reference/libpurple/signals_conversation.xml
+++ b/doc/reference/libpurple/signals_conversation.xml
@@ -784,7 +784,7 @@ Emitted when an account fails to join a
</varlistentry>
<varlistentry>
<term><parameter>data</parameter> :</term>
- <listitem><simpara>The components passed to serv_join_chat() originally. The hash function should be g_str_hash() and the equal function should be g_str_equal().</simpara></listitem>
+ <listitem><simpara>The components passed to purple_serv_join_chat() originally. The hash function should be g_str_hash() and the equal function should be g_str_equal().</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter>user_data</parameter> :</term>
@@ -986,7 +986,7 @@ Emitted when an account was invited to a
</varlistentry>
<varlistentry>
<term><parameter>components</parameter> :</term>
- <listitem><simpara>The components necessary if you want to call serv_join_chat().</simpara></listitem>
+ <listitem><simpara>The components necessary if you want to call purple_serv_join_chat().</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter>user_data</parameter> :</term>
More information about the Commits
mailing list