comparison 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
comparison
equal deleted inserted replaced
20617:bf2fbd06eaf2 20618:f90f334a58f0
73 void pidgin_plugins_save(void); 73 void pidgin_plugins_save(void);
74 74
75 /** 75 /**
76 * Shows the Plugins dialog 76 * Shows the Plugins dialog
77 */ 77 */
78 void pidgin_plugin_dialog_show(GtkWindow *parent); 78 void pidgin_plugin_dialog_show(void);
79
80 /**
81 * Shows the Plugins dialog, transient to a parent window
82 */
83 void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent);
79 84
80 #endif /* _PIDGINPLUGIN_H_ */ 85 #endif /* _PIDGINPLUGIN_H_ */