pidgin: 1490bc9b: Clarify the usage of client_type (i.e. t...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Fri Jun 26 01:30:22 EDT 2009
-----------------------------------------------------------------
Revision: 1490bc9b5da3684cfe634ae71d22e5903a639e7c
Ancestor: 90a32e7a2b99266fff355605733b9d184eb6ccd8
Author: darkrain42 at pidgin.im
Date: 2009-06-26T05:27:51
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/1490bc9b5da3684cfe634ae71d22e5903a639e7c
Modified files:
libpurple/core.h
ChangeLog:
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.
-------------- next part --------------
============================================================
--- libpurple/core.h 62463b5fa666fb5c3f87169a44bbdbdfe4ffc505
+++ libpurple/core.h b3ad90b01322f27e2fb3f5f2fce74ecf24fd505f
@@ -188,7 +188,9 @@ gboolean purple_core_ensure_single_insta
* <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>
*
More information about the Commits
mailing list