pidgin/gtkrequest.h

branch
gtkdoc-conversion
changeset 35393
00f876b129bc
parent 34502
433382371e89
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 * Returns the UI operations structure for GTK+ request functions. 34 * Returns the UI operations structure for GTK+ request functions.
35 * 35 *
36 * @return The GTK+ UI request operations structure. 36 * Returns: The GTK+ UI request operations structure.
37 */ 37 */
38 PurpleRequestUiOps *pidgin_request_get_ui_ops(void); 38 PurpleRequestUiOps *pidgin_request_get_ui_ops(void);
39 39
40 /** 40 /**
41 * Gets dialog window for specified libpurple request. 41 * Gets dialog window for specified libpurple request.
42 * 42 *
43 * @param ui_handle The UI handle. 43 * @ui_handle: The UI handle.
44 * 44 *
45 * @return The dialog window. 45 * Returns: The dialog window.
46 */ 46 */
47 GtkWindow * 47 GtkWindow *
48 pidgin_request_get_dialog_window(void *ui_handle); 48 pidgin_request_get_dialog_window(void *ui_handle);
49 49
50 /**************************************************************************/ 50 /**************************************************************************/
53 /*@{*/ 53 /*@{*/
54 54
55 /** 55 /**
56 * Returns the gtk requests subsystem handle. 56 * Returns the gtk requests subsystem handle.
57 * 57 *
58 * @return The requests subsystem handle. 58 * Returns: The requests subsystem handle.
59 */ 59 */
60 void *pidgin_request_get_handle(void); 60 void *pidgin_request_get_handle(void);
61 61
62 /** 62 /**
63 * Initializes the GTK+ requests subsystem. 63 * Initializes the GTK+ requests subsystem.

mercurial