pidgin/gtkplugin.h

branch
next.minor
changeset 21223
6517e0eda8bc
parent 21217
c5dfa570daff
child 21224
a3b64f274ab3
child 21653
621c47778132
equal deleted inserted replaced
21221:e28334aad05a 21223:6517e0eda8bc
70 /** 70 /**
71 * Saves all loaded plugins. 71 * Saves all loaded plugins.
72 */ 72 */
73 void pidgin_plugins_save(void); 73 void pidgin_plugins_save(void);
74 74
75 #ifndef PURPLE_DISABLE_DEPRECATED
75 /** 76 /**
76 * Shows the Plugins dialog 77 * Shows the Plugins dialog
77 * 78 *
78 * @deprecated Use pidgin_plugin_dialog_show_with_parent() instead. 79 * @deprecated Use pidgin_plugin_dialog_show_with_parent() instead.
79 */ 80 */
80 void pidgin_plugin_dialog_show(void); 81 void pidgin_plugin_dialog_show(void);
82 #endif
81 83
82 /** 84 /**
83 * Shows the Plugins dialog, transient to a parent window 85 * Shows the Plugins dialog, transient to a parent window
84 * 86 *
85 * @since 2.3.0 87 * @since 2.3.0

mercurial