libgimpconfig: new API gimp_config_build_system_path().

This is the complementary of gimp_config_build_writable_path() to
properly get the system vs. user directories.
This commit is contained in:
Jehan
2018-07-02 13:18:20 +02:00
parent 38e5a021ad
commit 9c05f10368
2 changed files with 22 additions and 0 deletions

View File

@ -92,6 +92,7 @@ gchar * gimp_file_get_config_path (GFile *file,
gchar * gimp_config_build_data_path (const gchar *name) G_GNUC_MALLOC;
gchar * gimp_config_build_writable_path (const gchar *name) G_GNUC_MALLOC;
gchar * gimp_config_build_plug_in_path (const gchar *name) G_GNUC_MALLOC;
gchar * gimp_config_build_system_path (const gchar *name) G_GNUC_MALLOC;
G_END_DECLS