| 35 * |
35 * |
| 36 * @return The GTK+ UI request operations structure. |
36 * @return 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 /** |
| |
41 * Gets dialog window for specified libpurple request. |
| |
42 * |
| |
43 * @param ui_handle The UI handle. |
| |
44 * |
| |
45 * @return The dialog window. |
| |
46 */ |
| |
47 GtkWindow * |
| |
48 pidgin_request_get_dialog_window(void *ui_handle); |
| |
49 |
| 40 G_END_DECLS |
50 G_END_DECLS |
| 41 |
51 |
| 42 #endif /* _PIDGINREQUEST_H_ */ |
52 #endif /* _PIDGINREQUEST_H_ */ |