summaryrefslogtreecommitdiff
path: root/gio/gfile.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-19Add async version of g_file_make_directory()Sébastien Wilmet1-0/+111
2013-04-19GFile: fix the *_async_thread()Sébastien Wilmet1-57/+8
2013-04-10Add async version of g_file_trash()Sébastien Wilmet1-0/+111
2013-04-10Add missing details in GFile documentationSébastien Wilmet1-0/+2
2013-03-25g_file_copy(): Ensure G_FILE_COPY_OVERWRITE preserves permissionsColin Walters1-7/+8
2013-02-10Fix the build on SolarisMatthias Clasen1-3/+3
2013-01-29Add g_close(), use itColin Walters1-3/+12
2013-01-27GFile: Clean up file_copy_fallback to fix SEGV with btrfsColin Walters1-64/+76
2013-01-25gfile: Ensure we create internal pipe with FD_CLOEXECColin Walters1-6/+5
2013-01-21gfile: don't report completion twice on g_file_load_contents errorCosimo Cecchi1-4/+5
2013-01-05GFile: Add Btrfs clone ioctl supportNirbheek Chauhan1-9/+95
2012-12-19gio + inotify support for hard linksRyan Lortie1-1/+18
2012-12-18gio: port file/vfs-related classes from GSimpleAsyncResult to GTaskDan Winship1-589/+344
2012-12-14docs: Fix return value of g_file_set_attributes_from_info()Tomas Bzatek1-1/+1
2012-11-30g_file_enumerate_children: Fix reference to wrong error codeMatthias Clasen1-1/+1
2012-11-27gio: New API for GFile from remote commandline argRyan Lortie1-16/+60
2012-10-10gio: deprecate gioscheduler, soft deprecate GSimpleAsyncResultDan Winship1-39/+28
2012-09-23Fix gio docsMatthias Clasen1-1/+1
2012-09-03g_file_copy: plug a leakDan Winship1-0/+1
2012-08-28GFile: Cosmetic doc changesMatthias Clasen1-2442/+2589
2012-08-16g_file_make_directory_with_parents: clean up logicOwen W. Taylor1-12/+10
2012-08-16g_file_make_directory_with_parents(): fix a corner caseOwen W. Taylor1-2/+3
2012-08-16g_file_make_directory_with_parents: refix error propagationOwen W. Taylor1-4/+1
2012-07-30g_file_make_directory_with_parents: Fix error propagationOwen W. Taylor1-2/+4
2012-07-30GFile: Note semantics of g_file_delete()Colin Walters1-2/+3
2012-07-30GFile: Add g_file_delete_async()Colin Walters1-0/+118
2012-07-10gio: Add g_async_result_legacy_propagate_error()Dan Winship1-139/+50
2012-07-10gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship1-1/+41
2012-07-10GFile: remove some unnecessary codeDan Winship1-15/+0
2012-05-21gio: The tmpl parameter to g_file_new_tmp can be NULLDebarshi Ray1-1/+0
2012-05-15gfile: add g_return_if_fail to g_file_make_directory_with_parents()Paolo Borelli1-0/+2
2012-05-15gfile: Plug memory leak in g_file_make_directory_with_parents()Colin Walters1-7/+16
2012-04-05Fix malformed GTK-Doc comment blocks: add missing colons.Dieter Verfaillie1-1/+1
2012-03-31Add missing allow-none annotations for function parameters.Robert Ancell1-12/+12
2012-02-26docs: g_file_new_tmp: template was renamed to tmplThomas Hindoe Paaboel Andersen1-1/+1
2012-01-11GIO: add lots of annotations for Vala bindingsEvan Nemerson1-9/+9
2011-12-10Add a since tagMatthias Clasen1-1/+3
2011-12-09gfile: Don't use C++ keyword "template" as variable nameColin Walters1-4/+4
2011-12-09GFile: add g_file_new_tempThomas Hindoe Paaboel Andersen1-1/+53
2011-11-29Add missing annotation to g_file_set_attribute()Michael Vogt1-2/+2
2011-11-20GFile: Add some introspection annotationsMatthias Clasen1-14/+16
2011-10-15Add two annotations to gioTorsten Schönfeld1-1/+1
2011-10-04[gio] Improve doc for g_file_make_directory_with_parents()Bastien Nocera1-1/+3
2011-09-29gfile: Be clear about freeing GFile objectsJavier Jardón1-3/+6
2011-08-29Spelling fixesMatthias Clasen1-2/+2
2011-07-26Docs: Correct the namespace for g_file_query_filesystem_info()Tomas Bzatek1-2/+2
2011-07-19Document how to unset attributesHolger Berndt1-0/+3
2011-05-03Fix usage of _GNU_SOURCEDan Winship1-1/+0
2011-03-29introspection: add annotations for g_file_load_contents and friendsJonathan Matthew1-5/+5
2010-12-17[gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.Pavel Holejsovsky1-91/+92