summaryrefslogtreecommitdiff
path: root/libpurple/core.h
diff options
context:
space:
mode:
authorMarcus Lundblad <malu@pidgin.im>2009-02-10 18:41:22 +0000
committerMarcus Lundblad <malu@pidgin.im>2009-02-10 18:41:22 +0000
commitc89c06f1c873bdfeafb91023b522a636fb438d72 (patch)
treef7d3cac77034c4c6d96fdcd98c3825d279b0a4ec /libpurple/core.h
parentf3e1ea2001fc07e4689fe66a750ce403b4e6382e (diff)
downloadpidgin-c89c06f1c873bdfeafb91023b522a636fb438d72.tar.gz
Changed "type" to "client_type" for the hash value specifying client type
Diffstat (limited to 'libpurple/core.h')
-rw-r--r--libpurple/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/core.h b/libpurple/core.h
index 20060d90b2..7365152b77 100644
--- a/libpurple/core.h
+++ b/libpurple/core.h
@@ -187,7 +187,7 @@ gboolean purple_core_ensure_single_instance(void);
* <dt><tt>dev_website</tt></dt>
* <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd>
*
- * <dt><tt>type</tt></dt>
+ * <dt><tt>client_type</tt></dt>
* <dd>the type of UI (pc, console, phone, handheld, web, bot)</dd>
*
* </dl>