| 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 |