| 130 * |
130 * |
| 131 * Returns: (transfer full): A #PurpleUiInfo instance. |
131 * Returns: (transfer full): A #PurpleUiInfo instance. |
| 132 */ |
132 */ |
| 133 PurpleUiInfo* purple_core_get_ui_info(void); |
133 PurpleUiInfo* purple_core_get_ui_info(void); |
| 134 |
134 |
| 135 /** |
|
| 136 * purple_core_migrate_to_xdg_base_dirs: |
|
| 137 * |
|
| 138 * Migrates from legacy directory for libpurple to location following |
|
| 139 * XDG base dir spec. https://developer.pidgin.im/ticket/10029 |
|
| 140 * NOTE This is not finished yet. Need to decide where other profile files |
|
| 141 * should be moved. Search for usages of purple_user_dir(). |
|
| 142 * |
|
| 143 * Returns: TRUE if migrated successfully, FALSE otherwise. On failure, |
|
| 144 * the application must display an error to the user and then exit. |
|
| 145 */ |
|
| 146 gboolean purple_core_migrate_to_xdg_base_dirs(void); |
|
| 147 |
|
| 148 G_END_DECLS |
135 G_END_DECLS |
| 149 |
136 |
| 150 #endif /* PURPLE_CORE_H */ |
137 #endif /* PURPLE_CORE_H */ |
| 151 |
138 |
| 152 /* |
139 /* |