# HG changeset patch # User Paul Aurich # Date 1245994071 0 # Node ID dfa7d2a0d9b8adc1fe247acc3fa03ad671668f2c # Parent e997e1e9b4f1cfef8aefc695830ff1d96c858a46 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. diff -r e997e1e9b4f1 -r dfa7d2a0d9b8 libpurple/core.h --- 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 @@ *
the UI's development/support website, such as http://developer.pidgin.im.
* *
client_type
- *
the type of UI (pc, console, phone, handheld, web, bot)
+ *
the type of UI. Possible values include 'pc', 'console', 'phone', + * 'handheld', 'web', and 'bot'. These values are compared + * programmatically and should not be localized.
* * *