comparison libpurple/core.h @ 26586:608493e51182

propagate from branch 'im.pidgin.pidgin' (head 580055bb22fea0076d3a90d9df9346abd1789bab) to branch 'im.pidgin.cpw.malu.client_type' (head ca6f339669ed597f2e930f0bfed45861ab81ef36)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 13 Apr 2009 13:36:00 +0000
parents ae2b4394fbe2
children dfa7d2a0d9b8
comparison
equal deleted inserted replaced
26566:8c3b1a059ecc 26586:608493e51182
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 *