Mercurial > pidgin.yaz
comparison libpurple/core.h @ 27135:f5369bdd0285
propagate from branch 'im.pidgin.pidgin' (head 6fb44be5a32516ac1d940330c4f7b8d530208a16)
to branch 'im.pidgin.cpw.malu.client_type' (head d22d5bca23b57e3cc71ec9b4d23bf4ff4cb44fc6)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 06 Jun 2009 06:21:39 +0000 |
parents | ae2b4394fbe2 |
children | dfa7d2a0d9b8 |
comparison
equal
deleted
inserted
replaced
27134:5d4e33e3938a | 27135:f5369bdd0285 |
---|---|
184 * <dt><tt>website</tt></dt> | 184 * <dt><tt>website</tt></dt> |
185 * <dd>the UI's website, such as http://pidgin.im.</dd> | 185 * <dd>the UI's website, such as http://pidgin.im.</dd> |
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 * | |
190 * <dt><tt>client_type</tt></dt> | |
191 * <dd>the type of UI (pc, console, phone, handheld, web, bot)</dd> | |
192 * | |
189 * </dl> | 193 * </dl> |
190 * | 194 * |
191 * @return A GHashTable with strings for keys and values. This | 195 * @return A GHashTable with strings for keys and values. This |
192 * hash table must not be freed and should not be modified. | 196 * hash table must not be freed and should not be modified. |
193 * | 197 * |