summaryrefslogtreecommitdiff
path: root/gio/gfile.h
AgeCommit message (Expand)Author
2024-10-01gio: Add a query_exists vfunc to GFileMatthias Clasen
2024-03-22gfile: Add g_file_{copy,move}_async_with_closuresPhilip Chimento
2023-11-14docs: Move the GFile SECTIONPhilip Withnall
2023-05-23gio: Add g_file_new_build_filenamevSonny Piers
2022-10-13Rename all visibility macrosXavier Claessens
2022-06-22gfile: Add Async API to create a temporary directory and return as GFileMarco Trevisan (Treviño)
2022-06-22gfile: Add API to create a new temporary file asynchronouslyMarco Trevisan (Treviño)
2022-06-15gfile: Implement interface API to make symbolic links asynchronouslyMarco Trevisan (Treviño)
2022-05-18gio: Add SPDX license headers automaticallyPhilip Withnall
2022-02-07Implement async file movementLucas Schwiderski
2020-10-06gio: Expose g_file_build_attribute_list_for_copyMaxim Mikityanskiy
2019-09-30gfile: Document a few nullable vfuncsPhilip Withnall
2019-08-24minor typos in the documentation (a/an)Дилян Палаузов
2019-03-15gfile: Fix documentation links to non-existent symbolsPhilip Withnall
2019-01-28gfile: Add g_file_query_default_handler_async()Ondrej Holy
2018-01-15GFile: Add g_file_peek_path()Colin Walters
2017-11-15file: add g_file_load_bytes()Christian Hergert
2017-11-07gfile: add g_file_new_build_filename()Cosimo Cecchi
2017-05-29gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet
2015-02-05docs: fix up docs issues in gio/Xavier Claessens
2014-04-24docs: Remove <!-- --> comment before plural sVolker Sobek
2014-01-31Updated FSF's addressDaniel Mustieles
2014-01-22gio: Fix some header/source parameter-naming mismatchesRico Tzschichholz
2013-12-02GFile: add GBytes version of _replace_contents_async()Xavier Claessens
2013-09-06GFile: add new g_file_measure_disk_usage() APIRyan Lortie
2013-04-19Add async version of g_file_make_directory()Sébastien Wilmet
2013-04-10Add async version of g_file_trash()Sébastien Wilmet
2013-01-13various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie
2012-12-27Move single-include guards inside include guardsMatthias Clasen
2012-11-27gio: New API for GFile from remote commandline argRyan Lortie
2012-07-30GFile: Add g_file_delete_async()Colin Walters
2012-05-26Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32Colin Walters
2011-12-09gfile: Don't use C++ keyword "template" as variable nameColin Walters
2011-12-09GFile: add g_file_new_tempThomas Hindoe Paaboel Andersen
2011-11-03GIO: Don't use G_DISABLE_DEPRECATED for functionsMatthias Clasen
2011-10-11Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan
2011-10-08Add G_GNUC_DEPRECATED to deprecated functions in gioMatthias Clasen
2009-11-17Bug 535159 - g_file_has_parentRyan Lortie
2009-07-06Document support_thread_contextsMatthias Clasen
2009-07-05Allow interaction when unmounting mountsDavid Zeuthen
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship
2009-06-15Bug 585591 – Starting/stopping drivesDavid Zeuthen
2009-05-18Update the docs for the new network APIsAlexander Larsson
2009-05-13Add GIOStream operations to GFileAlexander Larsson
2008-09-02big header formatting cleanup: indentation, vtable formatting, consistentMichael Natterer
2008-07-02Add g_file_monitorMatthias Clasen
2008-07-01Moved all relevant typedefs into these files.Cody Russell
2008-06-16Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton
2008-06-11Bug 511367 - add g_file_make_directory_with_parents.Ross Burton
2008-03-31Add g_file_query_file_type convenience function to query the type of aMatthias Clasen