comparison pidgin/gtkplugin.h @ 21339:a051b177661e

disapproval of revision 'ce13b5ca4994abbd4934b3bc568c8b115335c426'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:20 +0000
parents cc8bdfb16ddf
children 2ae1233bd6b2
comparison
equal deleted inserted replaced
21228:cc8bdfb16ddf 21339:a051b177661e
72 */ 72 */
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 *
78 * @deprecated Use pidgin_plugin_dialog_show_with_parent() instead.
79 */ 77 */
80 void pidgin_plugin_dialog_show(void); 78 void pidgin_plugin_dialog_show(void);
81 79
82 /** 80 /**
83 * Shows the Plugins dialog, transient to a parent window 81 * Shows the Plugins dialog, transient to a parent window
84 *
85 * @since 2.3.0
86 */ 82 */
87 void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent); 83 void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent);
88 84
89 #endif /* _PIDGINPLUGIN_H_ */ 85 #endif /* _PIDGINPLUGIN_H_ */