libpurple/core.h

changeset 41236
02bef3334429
parent 41200
92a47aa620cf
child 41396
2ef3d6eeffb3
equal deleted inserted replaced
41235:74367c40a2b4 41236:02bef3334429
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 /*

mercurial