| 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 |
|
| 76 /** |
75 /** |
| 77 * Shows the Plugins dialog |
76 * Shows the Plugins dialog |
| 78 * |
77 * |
| 79 * @deprecated Use pidgin_plugin_dialog_show_with_parent() instead. |
78 * @deprecated Use pidgin_plugin_dialog_show_with_parent() instead. |
| 80 */ |
79 */ |
| 81 void pidgin_plugin_dialog_show(void); |
80 void pidgin_plugin_dialog_show(void); |
| 82 #endif |
|
| 83 |
81 |
| 84 /** |
82 /** |
| 85 * Shows the Plugins dialog, transient to a parent window |
83 * Shows the Plugins dialog, transient to a parent window |
| 86 * |
84 * |
| 87 * @since 2.3.0 |
85 * @since 2.3.0 |