Clarify the usage of client_type (i.e. these values are matched against using

Fri, 26 Jun 2009 05:27:51 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Fri, 26 Jun 2009 05:27:51 +0000
changeset 27408
056092bcdfd4
parent 27407
dd036d781b36
child 27409
a760d82df1b3
child 27594
4d72a79333fd

Clarify the usage of client_type (i.e. these values are matched against using
string comparisons).

Really, I just want everyone to have to rebuild their working copies.

libpurple/core.h file | annotate | diff | comparison | revisions
--- a/libpurple/core.h	Fri Jun 26 05:11:01 2009 +0000
+++ b/libpurple/core.h	Fri Jun 26 05:27:51 2009 +0000
@@ -188,7 +188,9 @@
  *   <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd>
  *
  *   <dt><tt>client_type</tt></dt>
- *   <dd>the type of UI (pc, console, phone, handheld, web, bot)</dd>
+ *   <dd>the type of UI. Possible values include 'pc', 'console', 'phone',
+ *       'handheld', 'web', and 'bot'. These values are compared
+ *       programmatically and should not be localized.</dd>
  *   
  * </dl>
  *

mercurial