comparison libpurple/core.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents da81195f635e
children 98520ee78f12
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
161 * so whether that process is using the same configuration directory as this 161 * so whether that process is using the same configuration directory as this
162 * process. 162 * process.
163 * 163 *
164 * @return @c TRUE if this is the first instance of libpurple running; 164 * @return @c TRUE if this is the first instance of libpurple running;
165 * @c FALSE if there is another instance running. 165 * @c FALSE if there is another instance running.
166 *
167 * @since 2.1.0
168 */ 166 */
169 gboolean purple_core_ensure_single_instance(void); 167 gboolean purple_core_ensure_single_instance(void);
170 168
171 /** 169 /**
172 * Returns a hash table containing various information about the UI. The 170 * Returns a hash table containing various information about the UI. The
193 * 191 *
194 * </dl> 192 * </dl>
195 * 193 *
196 * @return A GHashTable with strings for keys and values. This 194 * @return A GHashTable with strings for keys and values. This
197 * hash table must not be freed and should not be modified. 195 * hash table must not be freed and should not be modified.
198 *
199 * @since 2.1.0
200 * 196 *
201 */ 197 */
202 GHashTable* purple_core_get_ui_info(void); 198 GHashTable* purple_core_get_ui_info(void);
203 199
204 #ifdef __cplusplus 200 #ifdef __cplusplus