mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-27 10:37:37 -04:00
utils: Document that flatpak_canonicalize_filename() does not do I/O
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
committed by
Alexander Larsson
parent
bca0e65267
commit
9f6ec548ab
@@ -100,6 +100,12 @@ flatpak_resolve_link (const char *path,
|
||||
return g_build_filename (dirname, link, NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
* Syntactically canonicalize a filename, similar to
|
||||
* g_canonicalize_filename() in newer GLib.
|
||||
*
|
||||
* This function does not do I/O.
|
||||
*/
|
||||
char *
|
||||
flatpak_canonicalize_filename (const char *path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user