| 42619:3dd7cd0eabf1 | 42620:72178a341eb8 |
|---|---|
| 36 /** | 36 /** |
| 37 * PidginPluginsDialog: | 37 * PidginPluginsDialog: |
| 38 * | 38 * |
| 39 * A dialog that allows the user to configure their plugins. | 39 * A dialog that allows the user to configure their plugins. |
| 40 * | 40 * |
| 41 * Since: 3.0.0 | 41 * Since: 3.0 |
| 42 */ | 42 */ |
| 43 | 43 |
| 44 #define PIDGIN_TYPE_PLUGINS_DIALOG (pidgin_plugins_dialog_get_type()) | 44 #define PIDGIN_TYPE_PLUGINS_DIALOG (pidgin_plugins_dialog_get_type()) |
| 45 | 45 |
| 46 PIDGIN_AVAILABLE_IN_3_0 | 46 PIDGIN_AVAILABLE_IN_3_0 |
| 52 * | 52 * |
| 53 * Creates a new instance of #PidginPluginsDialog. | 53 * Creates a new instance of #PidginPluginsDialog. |
| 54 * | 54 * |
| 55 * Returns: (transfer full): The new #PidginPluginsDialog. | 55 * Returns: (transfer full): The new #PidginPluginsDialog. |
| 56 * | 56 * |
| 57 * Since: 3.0.0 | 57 * Since: 3.0 |
| 58 */ | 58 */ |
| 59 PIDGIN_AVAILABLE_IN_3_0 | 59 PIDGIN_AVAILABLE_IN_3_0 |
| 60 GtkWidget *pidgin_plugins_dialog_new(void); | 60 GtkWidget *pidgin_plugins_dialog_new(void); |
| 61 | 61 |
| 62 G_END_DECLS | 62 G_END_DECLS |