Mercurial > pidgin
comparison libpurple/core.h @ 27184:dfa7d2a0d9b8
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.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Fri, 26 Jun 2009 05:27:51 +0000 |
parents | ae2b4394fbe2 |
children | 2f66ad9c32a9 |
comparison
equal
deleted
inserted
replaced
27183:e997e1e9b4f1 | 27184:dfa7d2a0d9b8 |
---|---|
186 * | 186 * |
187 * <dt><tt>dev_website</tt></dt> | 187 * <dt><tt>dev_website</tt></dt> |
188 * <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd> | 188 * <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd> |
189 * | 189 * |
190 * <dt><tt>client_type</tt></dt> | 190 * <dt><tt>client_type</tt></dt> |
191 * <dd>the type of UI (pc, console, phone, handheld, web, bot)</dd> | 191 * <dd>the type of UI. Possible values include 'pc', 'console', 'phone', |
192 * 'handheld', 'web', and 'bot'. These values are compared | |
193 * programmatically and should not be localized.</dd> | |
192 * | 194 * |
193 * </dl> | 195 * </dl> |
194 * | 196 * |
195 * @return A GHashTable with strings for keys and values. This | 197 * @return A GHashTable with strings for keys and values. This |
196 * hash table must not be freed and should not be modified. | 198 * hash table must not be freed and should not be modified. |