pidgin/gtkrequest.h

branch
soc.2013.gobjectification
changeset 34956
1efbfacf93ee
parent 34451
b7165d4e1d73
child 34502
433382371e89
--- a/pidgin/gtkrequest.h	Sat Sep 21 16:41:50 2013 +0530
+++ b/pidgin/gtkrequest.h	Sat Sep 21 21:36:51 2013 +0530
@@ -37,6 +37,16 @@
  */
 PurpleRequestUiOps *pidgin_request_get_ui_ops(void);
 
+/**
+ * Gets dialog window for specified libpurple request.
+ *
+ * @param ui_handle The UI handle.
+ *
+ * @return The dialog window.
+ */
+GtkWindow *
+pidgin_request_get_dialog_window(void *ui_handle);
+
 G_END_DECLS
 
 #endif /* _PIDGINREQUEST_H_ */

mercurial