pidgin/gtkpounce.h

branch
gtkdoc-conversion
changeset 35393
00f876b129bc
parent 32790
b95c7c504118
child 35416
35c615531b2a
child 37023
d9bcdc9a91e6
equal deleted inserted replaced
35392:cc123f0d84af 35393:00f876b129bc
31 G_BEGIN_DECLS 31 G_BEGIN_DECLS
32 32
33 /** 33 /**
34 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog. 34 * Displays a New Buddy Pounce or Edit Buddy Pounce dialog.
35 * 35 *
36 * @param account The optional account to use. 36 * @account: The optional account to use.
37 * @param name The optional name to pounce on. 37 * @name: The optional name to pounce on.
38 * @param cur_pounce The current buddy pounce, if editing an existing one. 38 * @cur_pounce: The current buddy pounce, if editing an existing one.
39 */ 39 */
40 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name, 40 void pidgin_pounce_editor_show(PurpleAccount *account, const char *name,
41 PurplePounce *cur_pounce); 41 PurplePounce *cur_pounce);
42 42
43 /** 43 /**
51 void pidgin_pounces_manager_hide(void); 51 void pidgin_pounces_manager_hide(void);
52 52
53 /** 53 /**
54 * Returns the gtkpounces handle 54 * Returns the gtkpounces handle
55 * 55 *
56 * @return The handle to the GTK+ pounces system 56 * Returns: The handle to the GTK+ pounces system
57 */ 57 */
58 void *pidgin_pounces_get_handle(void); 58 void *pidgin_pounces_get_handle(void);
59 59
60 /** 60 /**
61 * Initializes the GTK+ pounces subsystem. 61 * Initializes the GTK+ pounces subsystem.

mercurial