xdg-user-dir-lookup.h rework

This commit is contained in:
DepressedTWM 2026-05-31 23:46:35 +03:00
parent f66e15dca8
commit 3d5a9ae44b

View file

@ -4,10 +4,8 @@
#ifdef __cplusplus
extern "C" {
#endif
char *
xdg_user_dir_lookup_with_fallback (const char *type, const char *fallback);
char *
xdg_user_dir_lookup (const char *type);
char *xdg_user_dir_lookup_with_fallback(const char *type, const char *fallback);
char *xdg_user_dir_lookup(const char *type);
#ifdef __cplusplus
}
#endif