summaryrefslogtreecommitdiff
path: root/gio/gfile.c
Commit message (Expand)AuthorAgeFilesLines
* gfile: Make g_query_default_handler_async really AsyncMarco Trevisan (Treviño)2022-06-221-13/+35
* gfile: Use async API to get the default GAppInfo for typeMarco Trevisan (Treviño)2022-06-221-13/+45
* gfile: Add Async API to create a temporary directory and return as GFileMarco Trevisan (Treviño)2022-06-221-0/+106
* gfile: Add API to create a new temporary file asynchronouslyMarco Trevisan (Treviño)2022-06-221-0/+144
* gfile: Implement interface API to make symbolic links asynchronouslyMarco Trevisan (Treviño)2022-06-151-0/+128
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix non-initialized variable in gio/gfile.cLoic Le Page2022-03-311-1/+1
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-25/+25
* Merge branch 'feature/move_async' into 'main'Philip Withnall2022-02-071-4/+222
|\
| * Rename ambiguous structLucas Schwiderski2022-02-071-4/+4
| * Implement async file movementLucas Schwiderski2022-02-071-0/+218
* | gfile: resolve_relative_path isn't nullableZander Brown2022-02-021-3/+1
|/
* gio: fix GFile doc indentation and nullable annotationsMarc-André Lureau2021-10-251-220/+220
* gio: check the given child name is not an absolute pathMarc-André Lureau2021-10-251-0/+1
* gio: document g_file_get_relative_path() with absolute pathMarc-André Lureau2021-10-251-0/+3
* gfileenumerator: Warn if name is not available for get_child()Philip Withnall2021-10-211-1/+3
* The ETag returned by various GFile functions is nullableSebastian Dröge2021-02-171-5/+5
* gio: Use g_memdup2() instead of g_memdup() in obvious placesPhilip Withnall2021-02-041-3/+3
* gio: Add explicit virtual g-i annotations for undiscovered invoker relationshipricotz/for-masterRico Tzschichholz2021-01-301-3/+3
* gfile: Add Linux kernel headers compatibility kludgeOle André Vadla Ravnås2021-01-191-15/+20
* Add nullable annotation for g_file_get_uri_schemeSophie Herold2021-01-061-4/+8
* gfile: Clarify refcount handling for g_file_replace_contents_bytes_async()Philip Withnall2020-10-141-1/+1
* gio: Expose g_file_build_attribute_list_for_copyMaxim Mikityanskiy2020-10-061-45/+68
* gfile: Document TOCTTOU avoidance using g_file_delete()Philip Withnall2020-08-121-0/+15
* gfile: Add support for x-gvfs-notrash option to ignore mountsOndrej Holy2020-08-051-1/+3
* gfile: Fallback to fast-content-type if content-type is not setOndrej Holy2020-04-071-2/+8
* gfile: Fix g_file_peek_path() for remote locationsOndrej Holy2020-02-031-1/+4
* gfile: Do not return target-uri from g_file_peek_path()Ondrej Holy2020-02-031-36/+1
* Merge branch 'wip/oholy/gfile-docs' into 'master'Philip Withnall2020-01-311-5/+1
|\
| * gfile: Do not follow symlinks when movingOndrej Holy2019-06-071-1/+1
| * gfile: Remove `G_FILE_COPY_NOFOLLOW_SYMLINKS` from `g_file_move()` docsOndrej Holy2019-06-071-4/+0
* | Merge branch 'patch-1' into 'master'Simon McVittie2019-10-061-1/+1
|\ \
| * | gio/gfile: fix parameter reference for value_pDavid Lechner2019-10-061-1/+1
* | | Merge branch 'patch-2' into 'master'Simon McVittie2019-10-061-4/+4
|\ \ \
| * | | gio/gfile: fix parameter references to @contentsDavid Lechner2019-10-061-4/+4
| |/ /
* | | gio/gfile: fix typo in doc commentDavid Lechner2019-10-061-1/+1
|/ /
* | gfile: Use a more specific error message if symlinks are not supportedPhilip Withnall2019-09-301-1/+1
* | gfile: Don’t copy files as private if using default permissionsPhilip Withnall2019-09-301-3/+19
* | gfile: Factor out flags when copying filesPhilip Withnall2019-09-301-6/+9
* | minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* | Fixing find_enclosing_mount() documentationEmmanuel Fleury2019-07-011-3/+3
|/
* gfile: Limit access to files when copyingOndrej Holy2019-05-241-5/+6
* gfile: Fix documentation links to non-existent symbolsPhilip Withnall2019-03-151-1/+1
* gfile: Add some missing parameter documentationPhilip Withnall2019-03-151-0/+1
* gappinfo: Add launch_uris_async() and launch_uris_finish() vfuncsOndrej Holy2019-01-281-1/+1
* gfile: Add g_file_query_default_handler_async()Ondrej Holy2019-01-281-0/+123
* gfile: Fix leak in g_file_query_default_handler()Ondrej Holy2019-01-281-0/+2
* gfile: Document usefulness of g_file_dup()Philip Withnall2018-06-191-0/+5
* gio: PPC64 returns EOPNOTSUPP from splice() if not supportedwip/hughsie/EOPNOTSUPPRichard Hughes2018-06-141-1/+1
* gio: Fix a typo in the docs for g_file_is_native()Matthew Leeds2018-05-041-1/+1