comparison pidgin/gtkplugin.h @ 21344:80af064d311c

merge of '2511e448b3af6dfc5daebf1f6d4b485ef647c245' and '471ae1ec0ae96bb44471811c3a0d6b905743a400'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 22:59:44 +0000
parents 0b67d509a305 2ae1233bd6b2
children b00c94436918
comparison
equal deleted inserted replaced
21231:002c2495cae3 21344:80af064d311c
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 /**
83 * Shows the Plugins dialog, transient to a parent window
84 *
85 * @since 2.3.0
86 */
87 void pidgin_plugin_dialog_show_with_parent(GtkWindow *parent);
88
89 #endif /* _PIDGINPLUGIN_H_ */ 80 #endif /* _PIDGINPLUGIN_H_ */