diff pidgin/gtkplugin.h @ 20618:f90f334a58f0

Doing plugin dialog
author Gabriel Schulhof <nix@go-nix.ca>
date Sat, 22 Sep 2007 22:10:10 +0000
parents 591267f6f1d5
children 96612191ded8 cc8bdfb16ddf
line wrap: on
line diff
--- a/pidgin/gtkplugin.h	Sat Sep 22 21:58:29 2007 +0000
+++ b/pidgin/gtkplugin.h	Sat Sep 22 22:10:10 2007 +0000
@@ -75,6 +75,11 @@
 /**
  * Shows the Plugins dialog
  */
-void pidgin_plugin_dialog_show(GtkWindow *parent);
+void pidgin_plugin_dialog_show(void);
+
+/**
+ * Shows the Plugins dialog, transient to a parent window
+ */
+void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent);
 
 #endif /* _PIDGINPLUGIN_H_ */