summaryrefslogtreecommitdiff
path: root/gio/gfileenumerator.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-1/+1
* gfileenumerator: Warn if name is not available for get_child()Philip Withnall2021-10-211-2/+14
* gfileenumerator: Upgrade existing warning to critical warningPhilip Withnall2021-10-211-1/+4
* gfileenumerator: Add missing precondition to get_child()Philip Withnall2021-10-211-0/+1
* gfileenumerator: fix leak in error pathmcatanzaro/coverityMichael Catanzaro2021-04-011-1/+4
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-101-1/+0
* docs: add missing '*' chars at start of doc-commentsStefan Sauer2017-11-121-1/+1
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-7/+7
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+2
* gfileenumerator: Fix typo in docsKrzesimir Nowak2016-06-021-1/+1
* gfileenumerator: Don't leak memory if out_info is NULLK. Adam Christensen2015-08-281-5/+7
* gfileenumerator: Convert docbook tag -> markdownColin Walters2015-02-201-1/+1
* filenumerator: Add g_file_enumerator_iterate()Colin Walters2015-02-201-0/+116
* gio: port annotations from the Vala metadata.Evan Nemerson2014-05-231-2/+3
* docs: Remove <!-- --> comment before plural sVolker Sobek2014-04-241-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-2/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-4/+2
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* Docs: Big entity cleanupMatthias Clasen2014-02-011-2/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-16/+11
* GFileEnumerator: Add some documentation about orderingColin Walters2013-06-051-0/+17
* gio: port file/vfs-related classes from GSimpleAsyncResult to GTaskDan Winship2012-12-181-115/+69
* gfileenumerator: Add a g_file_enumerator_get_child methodJasper St. Pierre2012-12-131-0/+31
* gio: deprecate gioscheduler, soft deprecate GSimpleAsyncResultDan Winship2012-10-101-1/+1
* gio: add g_async_result_is_tagged()Dan Winship2012-07-101-8/+3
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-101-10/+6
* gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship2012-07-101-0/+8
* gio/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-031-2/+1
* Spelling fixesMatthias Clasen2011-08-291-4/+4
* Correct the annotation for g_file_enumerator_get_container()Richard Hughes2011-05-261-1/+1
* Add GI annotations to GFileEnumeratorPavel Holejsovsky2010-12-271-8/+8
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-4/+1
* Add a lot of missing annotationsJohan Dahlin2010-09-241-1/+1
* [introspection] Move over annotationsJohan Dahlin2010-09-241-2/+2
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* [Gio] Merge in introspection annotations from gobject-introspection gio-2.0.cColin Walters2010-06-101-1/+1
* syntax fix in documentationBenjamin Otte2009-06-181-1/+1
* fix typo in documentationBenjamin Otte2009-06-181-1/+1
* Update the docs for the new network APIsAlexander Larsson2009-05-181-1/+1
* Bug 556422 – g_file_enumerator_next_file: unclear whether return valueMatthias Clasen2008-10-161-1/+2
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-6/+6
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-4/+3
* Remove check for dispose implementation as it annoys Emmanuele.Ross Burton2008-06-161-2/+1
* Bug 536252 – GFileEnumerator should allow access to the containing GFileRoss Burton2008-06-161-0/+71