summaryrefslogtreecommitdiff
path: root/gio/gfile.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-17introspection: Add annotations for g_file_copy, g_file_moveColin Walters1-4/+4
2010-11-03Use g_simple_async_result_{new_,}take_errorChristian Persch1-62/+18
2010-09-24Add a lot of missing annotationsJohan Dahlin1-31/+36
2010-09-24[introspection] Move over annotationsJohan Dahlin1-11/+11
2010-09-11docs: Clarify string encoding for GFile constructorsBenjamin Otte1-2/+3
2010-07-09Adapt to recent MLS changesMatthias Clasen1-3/+4
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-06-10[Gio] Merge in introspection annotations from gobject-introspection gio-2.0.cColin Walters1-17/+17
2010-06-08[docs] Fix typos in some g_file_* functionsJavier Jardón1-9/+9
2010-05-24Improve the g_file_make_symbolic_link docsMatthias Clasen1-8/+9
2010-03-26Correct the error handling in splice_stream_with_progressMatthias Clasen1-2/+3
2010-03-04Mark a string for translationJonh Wendell1-1/+1
2010-02-15GFile: Support for splice(2) in copy_fallbackChristian Kellner1-18/+169
2009-12-01Use G_DEFINE_INTERFACE in gioDan Winship1-43/+3
2009-11-20Remove #include "glocalfile.h" from GFileRyan Lortie1-1/+0
2009-11-19Bug 595138 - GFile not robust with invalid inputRyan Lortie1-1/+1
2009-11-17Bug 535159 - g_file_has_parentRyan Lortie1-0/+43
2009-10-25Avoid a warningMatthias Clasen1-4/+7
2009-07-05Allow interaction when unmounting mountsDavid Zeuthen1-6/+299
2009-07-01Support g_main_context_push_thread_default() in gioDan Winship1-0/+25
2009-06-23Copy namespaces correctly in g_file_copy_attributesAlexander Larsson1-1/+1
2009-06-15Bug 585591 – Starting/stopping drivesDavid Zeuthen1-0/+179
2009-06-08only query file info in g_file_copy() when we need itBenjamin Otte1-15/+19
2009-05-27Documentation and coding style fixupsMatthias Clasen1-79/+76
2009-05-18Update the docs for the new network APIsAlexander Larsson1-1/+1
2009-05-13Add GIOStream operations to GFileAlexander Larsson1-0/+666
2009-04-09Fix a typo in GFile docsGian Mario Tagliaretti1-1/+1
2009-02-26Bug 543183 – Clarify docs for g_file_has_prefixAlexander Larsson1-0/+2
2009-02-19Bug 549298 – impossible to copy files with p (pipe) flagAlexander Larsson1-13/+29
2009-02-18Bug 560564 – Replacing a symlink with its linked file truncates theAlexander Larsson1-1/+1
2008-12-09Bug 515777 - incorrect date&time on copyAlexander Larsson1-2/+3
2008-09-26add a cast to stop a gcc warningDan Winship1-1/+1
2008-09-21Add new GFileCopyFlagNelson Benítez León1-5/+12
2008-08-10Bug 547080 – g_file_copy leaks expected errorsFelix Riemann1-0/+4
2008-08-09Bug 535124 – umask 002 not being applied for new directories, new filesLoïc Minier1-0/+6
2008-08-04Bug 546017 – Don't copy attributes when copying a symlinkMatthias Clasen1-1/+2
2008-07-28Bug 545203 – gfile.c: argument is different type.Matthias Clasen1-1/+1
2008-07-20543504 – crash in Epiphany Web Browser: Opening local fileMatthias Clasen1-7/+8
2008-07-18Fix a segfaultMatthias Clasen1-0/+12
2008-07-16More documentation fixesMatthias Clasen1-8/+30
2008-07-16Small documentation fixesMatthias Clasen1-16/+28