comparison src/gtkpounce.h @ 12155:6b6da0ca09a2

[gaim-migrate @ 14456] Fix a cut'n'paste-o committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 19 Nov 2005 13:53:09 +0000
parents 370f9d7868f9
children
comparison
equal deleted inserted replaced
12154:24bde295d755 12155:6b6da0ca09a2
46 * Hides the pounces manager window. 46 * Hides the pounces manager window.
47 */ 47 */
48 void gaim_gtk_pounces_manager_hide(void); 48 void gaim_gtk_pounces_manager_hide(void);
49 49
50 /** 50 /**
51 * Returns the gtkaccounts handle 51 * Returns the gtkpounces handle
52 * 52 *
53 * @return The handle to the GTK+ account system 53 * @return The handle to the GTK+ pounces system
54 */ 54 */
55 void *gaim_gtk_pounces_get_handle(void); 55 void *gaim_gtk_pounces_get_handle(void);
56 56
57 /** 57 /**
58 * Initializes the GTK+ pounces subsystem. 58 * Initializes the GTK+ pounces subsystem.