comparison src/pounce.h @ 10432:dc4475bf718f

[gaim-migrate @ 11684] Shuffle some things around in pounce.c to match savedstatuses.c, blist.c and accounts.c Write the pounces using the util function and xmlnodes (so pounces.xml is out-of-disk-space safe, now) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 27 Dec 2004 08:56:04 +0000
parents 63c7a16a2c09
children ebed1bbedb04
comparison
equal deleted inserted replaced
10431:843ed1f2bf3f 10432:dc4475bf718f
287 * @return @c TRUE if the pounces could be loaded. 287 * @return @c TRUE if the pounces could be loaded.
288 */ 288 */
289 gboolean gaim_pounces_load(void); 289 gboolean gaim_pounces_load(void);
290 290
291 /** 291 /**
292 * Force an immediate write of pounces.
293 */
294 void gaim_pounces_sync(void);
295
296 /**
297 * Registers a pounce handler for a UI. 292 * Registers a pounce handler for a UI.
298 * 293 *
299 * @param ui The UI name. 294 * @param ui The UI name.
300 * @param cb The callback function. 295 * @param cb The callback function.
301 * @param new_pounce The function called when a pounce is created. 296 * @param new_pounce The function called when a pounce is created.