comparison libpurple/core.h @ 23402:c6b29adc22d1

Added "website" and "dev_website" items to the ui_info GHashTable, and made use of "website" wherever PURPLE_WEBSITE was found previously. Thanks to Stu for the suggestion as a replacement for my #define-based previous solution.
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 01 Jul 2008 23:40:13 +0000
parents 09697d94160f
children 1d3274111180 584063555949
comparison
equal deleted inserted replaced
23401:18cc881d5a73 23402:c6b29adc22d1
178 * <dt><tt>name</tt></dt> 178 * <dt><tt>name</tt></dt>
179 * <dd>the user-readable name for the UI.</dd> 179 * <dd>the user-readable name for the UI.</dd>
180 * 180 *
181 * <dt><tt>version</tt></dt> 181 * <dt><tt>version</tt></dt>
182 * <dd>a user-readable description of the current version of the UI.</dd> 182 * <dd>a user-readable description of the current version of the UI.</dd>
183 *
184 * <dt><tt>website</tt></dt>
185 * <dd>the UI's website, such as http://pidgin.im.</dd>
186 *
187 * <dt><tt>dev_website</tt></dt>
188 * <dd>the UI's development/support website, such as http://developer.pidgin.im.</dd>
183 * </dl> 189 * </dl>
184 * 190 *
185 * @return A GHashTable with strings for keys and values. This 191 * @return A GHashTable with strings for keys and values. This
186 * hash table must not be freed and should not be modified. 192 * hash table must not be freed and should not be modified.
187 * 193 *