summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2023-02-13 16:14:10 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2023-02-13 16:14:10 +0000
commita359e56f58864e0845a6c9a1071c9fbc0a1ed6c5 (patch)
treeb00ea4c33c57524990d48827e4eee4117b1573b7
parent438bd5cfa17e05278182b95613752c62296512a2 (diff)
downloadglib-a359e56f58864e0845a6c9a1071c9fbc0a1ed6c5.tar.gz
gutils: Remove public API decorator from g_set_user_dirs()
It’s a private API, and is not meant to be exposed in the public API. Since it’s only used internally within libglib, we don’t have to expose it in the public symbol table, so drop the decorator. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #2876
-rw-r--r--glib/gutilsprivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/gutilsprivate.h b/glib/gutilsprivate.h
index beecdcc70..24c199305 100644
--- a/glib/gutilsprivate.h
+++ b/glib/gutilsprivate.h
@@ -28,7 +28,6 @@
G_BEGIN_DECLS
-GLIB_AVAILABLE_IN_2_60
void g_set_user_dirs (const gchar *first_dir_type,
...) G_GNUC_NULL_TERMINATED;