pidgin/gtkrequest.h

changeset 42467
2b1d9d0770f2
parent 42464
5de142a471e0
child 42620
72178a341eb8
equal deleted inserted replaced
42466:ca3374c1cdba 42467:2b1d9d0770f2
51 * @ui_handle: The UI handle. 51 * @ui_handle: The UI handle.
52 * 52 *
53 * Gets dialog window for specified libpurple request. 53 * Gets dialog window for specified libpurple request.
54 * 54 *
55 * Returns: (transfer none): The dialog window. 55 * Returns: (transfer none): The dialog window.
56 *
57 * Since: 3.0.0
56 */ 58 */
59 PIDGIN_AVAILABLE_IN_3_0
57 GtkWindow * 60 GtkWindow *
58 pidgin_request_get_dialog_window(void *ui_handle); 61 pidgin_request_get_dialog_window(void *ui_handle);
59 62
60 /**************************************************************************/ 63 /**************************************************************************/
61 /* GTK Requests Subsystem */ 64 /* GTK Requests Subsystem */
65 * pidgin_request_get_handle: 68 * pidgin_request_get_handle:
66 * 69 *
67 * Returns the gtk requests subsystem handle. 70 * Returns the gtk requests subsystem handle.
68 * 71 *
69 * Returns: The requests subsystem handle. 72 * Returns: The requests subsystem handle.
73 *
74 * Since: 3.0.0
70 */ 75 */
76 PIDGIN_AVAILABLE_IN_3_0
71 void *pidgin_request_get_handle(void); 77 void *pidgin_request_get_handle(void);
72 78
73 /** 79 /**
74 * pidgin_request_init: 80 * pidgin_request_init:
75 * 81 *
76 * Initializes the GTK requests subsystem. 82 * Initializes the GTK requests subsystem.
83 *
84 * Since: 3.0.0
77 */ 85 */
86 PIDGIN_AVAILABLE_IN_3_0
78 void pidgin_request_init(void); 87 void pidgin_request_init(void);
79 88
80 /** 89 /**
81 * pidgin_request_uninit: 90 * pidgin_request_uninit:
82 * 91 *
83 * Uninitializes the GTK requests subsystem. 92 * Uninitializes the GTK requests subsystem.
93 *
94 * Since: 3.0.0
84 */ 95 */
96 PIDGIN_AVAILABLE_IN_3_0
85 void pidgin_request_uninit(void); 97 void pidgin_request_uninit(void);
86 98
87 G_END_DECLS 99 G_END_DECLS
88 100
89 #endif /* _PIDGINREQUEST_H_ */ 101 #endif /* _PIDGINREQUEST_H_ */

mercurial