| 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 /**************************************************************************/ |