1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-06-12 07:33:48 +02:00

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: 
This commit is contained in:
Philip Withnall 2023-02-13 16:14:10 +00:00
parent 438bd5cfa1
commit a359e56f58

@ -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;