pidgin/gtkpounce.h

branch
soc.2013.gobjectification.plugins
changeset 37023
d9bcdc9a91e6
parent 37017
8e2b68c79fa1
child 37034
9d6765962b22
equal deleted inserted replaced
37022:d891503c8aa6 37023:d9bcdc9a91e6
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 * @account: The optional account to use. 36 * @param account The optional account to use.
37 * @name: The optional name to pounce on. 37 * @param name The optional name to pounce on.
38 * @cur_pounce: The current buddy pounce, if editing an existing one. 38 * @param 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 * Returns: The handle to the GTK+ pounces system 56 * @return 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