summaryrefslogtreecommitdiff
path: root/libpurple/purplepath.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-09-12 22:10:30 -0500
committerGary Kramlich <grim@reaperworld.com>2022-09-12 22:10:30 -0500
commit5b0add4daa9c3635ae0495bdc6a9fc8b400dacd1 (patch)
treef3e1d987c8ae834903d79eab7f08c1bf43d85732 /libpurple/purplepath.h
parent7e1b191f0c4b2e0b4a05c87f56492f2bd5effb67 (diff)
downloadpidgin-5b0add4daa9c3635ae0495bdc6a9fc8b400dacd1.tar.gz
remove purple_user_dir which has been deprecated
Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/1757/
Diffstat (limited to 'libpurple/purplepath.h')
-rw-r--r--libpurple/purplepath.h20
1 files changed, 1 insertions, 19 deletions
diff --git a/libpurple/purplepath.h b/libpurple/purplepath.h
index fab053c3cd..6818a1699e 100644
--- a/libpurple/purplepath.h
+++ b/libpurple/purplepath.h
@@ -30,31 +30,13 @@ G_BEGIN_DECLS
/**
* purple_home_dir:
*
- * Returns the user's home directory.
- *
- * See purple_user_dir()
+ * Gets the user's home directory.
*
* Returns: The user's home directory.
*/
const gchar *purple_home_dir(void);
/**
- * purple_user_dir:
- *
- * Returns the purple settings directory in the user's home directory.
- * This is usually $HOME/.purple
- *
- * See purple_home_dir()
- *
- * Returns: The purple settings directory.
- *
- * Deprecated: Use purple_cache_dir(), purple_config_dir() or
- * purple_data_dir() instead.
- */
-G_DEPRECATED_FOR(purple_cache_dir or purple_config_dir or purple_data_dir)
-const gchar *purple_user_dir(void);
-
-/**
* purple_cache_dir:
*
* Returns the purple cache directory according to XDG Base Directory Specification.