summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-10 02:28:46 +0530
committerAnkit Vani <a@nevitus.org>2014-02-10 02:28:46 +0530
commite229b0d9bf90731a2b04aff6369af4bcc81bef6f (patch)
tree6b50dc8364b30a7403fdad0dd82db84976d00a2b
parent90734798bc1617c01d1a8af4348585fd578479ad (diff)
downloadpidgin-e229b0d9bf90731a2b04aff6369af4bcc81bef6f.tar.gz
Do the replacements in docs
-rw-r--r--doc/TCL-HOWTO.dox2
-rw-r--r--doc/reference/libpurple/signals_conversation.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/TCL-HOWTO.dox b/doc/TCL-HOWTO.dox
index f64dc80a57..20ac43887b 100644
--- a/doc/TCL-HOWTO.dox
+++ b/doc/TCL-HOWTO.dox
@@ -292,7 +292,7 @@ purple::notify ?type? title primary secondary
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
index 7b55eb0407..b5d5b5ee4e 100644
--- 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 chat room.
</varlistentry>
<varlistentry>
<term><parameter>data</parameter>&#160;:</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>&#160;:</term>
@@ -986,7 +986,7 @@ Emitted when an account was invited to a chat.
</varlistentry>
<varlistentry>
<term><parameter>components</parameter>&#160;:</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>&#160;:</term>