summaryrefslogtreecommitdiff
path: root/libpurple/core.h
diff options
context:
space:
mode:
authorqarkai <qarkai@gmail.com>2017-10-08 20:31:38 +0300
committerqarkai <qarkai@gmail.com>2017-10-08 20:31:38 +0300
commit20167991da0e440ac4b06dbe3c48ad46679b9a14 (patch)
tree4a9647a4bd349ab89972ac0b32668734843dd9dd /libpurple/core.h
parentba82a340af2b758a57eb4ee22b42a45dd5f59fd7 (diff)
downloadpidgin-20167991da0e440ac4b06dbe3c48ad46679b9a14.tar.gz
Some fixes
Diffstat (limited to 'libpurple/core.h')
-rw-r--r--libpurple/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/core.h b/libpurple/core.h
index 4af45f9397..40968534a8 100644
--- a/libpurple/core.h
+++ b/libpurple/core.h
@@ -232,7 +232,7 @@ GHashTable* purple_core_get_ui_info(void);
* Migrates from legacy directory for libpurple to location following
* XDG base dir spec. https://developer.pidgin.im/ticket/10029
* NOTE This is not finished yet. Need to decide where other profile files
- * should be moved.
+ * should be moved. Search for usages of purple_user_dir().
*
* Returns: TRUE if migrated successfully, FALSE otherwise. On failure,
* the application must display an error to the user and then exit.