diff pidgin/gtkplugin.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 f90f334a58f0
children 0b67d509a305 a051b177661e
line wrap: on
line diff
--- a/pidgin/gtkplugin.h	Sat Oct 13 23:32:54 2007 +0000
+++ b/pidgin/gtkplugin.h	Sat Oct 13 23:59:52 2007 +0000
@@ -74,11 +74,15 @@
 
 /**
  * Shows the Plugins dialog
+ *
+ * @deprecated Use pidgin_plugin_dialog_show_with_parent() instead.
  */
 void pidgin_plugin_dialog_show(void);
 
 /**
  * Shows the Plugins dialog, transient to a parent window
+ *
+ * @since 2.3.0
  */
 void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent);