comparison libpurple/core.h @ 32687:02a2e8183b1d

Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
author andrew.victor@mxit.com
date Sun, 25 Sep 2011 18:56:58 +0000
parents da81195f635e
children
comparison
equal deleted inserted replaced
32685:9d5b87e1a4d0 32687:02a2e8183b1d
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