diff pidgin/gtkdialogs.h @ 21228:cc8bdfb16ddf

Document the window transient_for changes. Refs #2617
author Richard Laager <rlaager@wiktel.com>
date Sat, 13 Oct 2007 23:59:52 +0000
parents ec247a10b12b
children 0b67d509a305 a051b177661e
line wrap: on
line diff
--- a/pidgin/gtkdialogs.h	Sat Oct 13 23:32:54 2007 +0000
+++ b/pidgin/gtkdialogs.h	Sat Oct 13 23:59:52 2007 +0000
@@ -31,9 +31,19 @@
 #include "conversation.h"
 
 /* Functions in gtkdialogs.c (these should actually stay in this file) */
+
 void pidgin_dialogs_destroy_all(void);
+
+/**
+ * @deprecated Use pidgin_dialogs_about_with_parent() instead.
+ */
 void pidgin_dialogs_about(void);
+
+/**
+ * @since 2.3.0
+ */
 void pidgin_dialogs_about_with_parent(GtkWindow *parent);
+
 void pidgin_dialogs_im(void);
 void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
 void pidgin_dialogs_info(void);