summaryrefslogtreecommitdiff
path: root/gio/gfile.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-09Doc improvementMatthias Clasen1-8/+14
2008-07-02Add g_file_monitorMatthias Clasen1-0/+30
2008-07-01Moved all relevant typedefs into these files.Cody Russell1-0/+6
2008-06-30Clarify docs. Patch by Jared MooreMatthias Clasen1-3/+3
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-16Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch1-57/+57
2008-06-16Make includes more uniformMatthias Clasen1-1/+1
2008-06-11Bug 511367 - add g_file_make_directory_with_parents.Ross Burton1-1/+85
2008-06-11Don't unref before last useMatthias Clasen1-1/+2
2008-06-10do not leak the output stream.Paolo Borelli1-5/+7
2008-05-13A URI scheme must start with a letter, even if later more characters areBastien Nocera1-1/+4
2008-04-15Fixed typos in gtk-doc comments.Mukund Sivaraman1-2/+2
2008-04-08Doc updateTomas Bzatek1-1/+2
2008-04-08 Bug 526796 – Wrong order of arguments in g_file_copy's fallbackMatthias Clasen1-1/+2
2008-03-31Always return a GFileType enum value (#520715).A. Walton1-1/+1
2008-03-31Add g_file_query_file_type convenience function to query the type of aMatthias Clasen1-2/+40
2008-03-31Fix some documentation typos. (#524950, Rob Bradford)Matthias Clasen1-4/+3
2008-03-28Fix up last commit.Alexander Larsson1-1/+0
2008-03-28Fallback to g_file_query_info for source size ifAlexander Larsson1-5/+24
2008-03-19Bump block side for copy to 64k to minimize overhead for low latencyAlexander Larsson1-1/+1
2008-03-10Minor spelling correction in documentation: existance -> existence.Murray Cumming1-3/+3
2008-03-06Add g_return_val_if_fail check (#520700)Alexander Larsson1-1/+3
2008-03-04Remove deprecated symbols we kept for one release.Alexander Larsson1-10/+0
2008-03-01clarify docs for g_file_delete().Benjamin Otte1-1/+2
2008-02-25Fixup translator comments (#518578).Wouter Bolsterlee1-4/+3
2008-02-25Fix a few typos in translator comments and documentation.Wouter Bolsterlee1-4/+4
2008-02-25Add translator comments (#518578)Alexander Larsson1-0/+3
2008-02-25Reintroduce g_file_contains_file, keep around for one unstable releaseAlexander Larsson1-0/+10
2008-02-25Remove deprecated g_file_contains_file.Alexander Larsson1-23/+0
2008-02-21Doc fixesMatthias Clasen1-2/+2
2008-02-21Implement this function by moving bits from glocalfileinfo.cDavid Zeuthen1-0/+162
2008-02-21Fix doc typoAlexander Larsson1-1/+1
2008-02-21Fix doc typoAlexander Larsson1-1/+1
2008-02-21Add more documentation about how GFiles work (from #517086)Alexander Larsson1-16/+55
2008-02-21Add new g_file_has_prefix that does the same as g_file_contains_file.Alexander Larsson1-11/+39
2008-02-20even more cases of not returning in error pathBenjamin Otte1-22/+29
2008-02-20return from function in error path.Benjamin Otte1-1/+3
2008-02-11Added GMountMountFlags enum and added a flags argument to all mount calls.Alexander Larsson1-1/+6
2008-02-06Fixed some minor typos in documentation.Murray Cumming1-1/+1
2008-02-06Documentation update of error codesTomas Bzatek1-2/+1
2008-01-29Add docsAlexander Larsson1-0/+16
2008-01-29Add g_file_query_default_handler utility to easily look up the GAppInfoAlexander Larsson1-0/+51
2008-01-28Fix docsMatthias Clasen1-2/+4
2008-01-27Document that the new_etags output gchar* should be freed.Murray Cumming1-2/+4
2008-01-25Make GIOSchedulerJobFunc return boolean Keep calling io jobs until theyMatthias Clasen1-5/+7
2008-01-24Add g_file_copy_async() (#511580) Based on patch from Carlos Garcia CamposAlexander Larsson1-91/+324
2008-01-21Documentation updatesMatthias Clasen1-4/+31
2008-01-20documentation: Fixed more minor typos.Murray Cumming1-7/+7
2008-01-18Fixed some minor typos in the documentation.Murray Cumming1-1/+1
2008-01-17Add async version of find_enclosing_mount with default implementation.Alexander Larsson1-82/+183