summaryrefslogtreecommitdiff
path: root/gio/giostream.c
Commit message (Expand)AuthorAgeFilesLines
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-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-3/+3
* gio: Add source tags to various GTasks constructed in GLibPhilip Withnall2016-06-291-0/+3
* gio: Document thread safety of the streams APIPhilip Withnall2016-01-111-0/+22
* giostream: Fix a typo in the documentation for g_io_stream_close()Philip Withnall2015-09-301-1/+1
* giostream: Fix some typos in the GIOStream documentationPhilip Withnall2015-09-281-6/+6
* GIOStream: support for unemulated async close()Ryan Lortie2015-02-171-3/+78
* gio: iostream: use GTask instead of internal pointerLionel Landwerlin2014-05-051-24/+25
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-2/+2
* gsocketconnection: Document closing connections with g_io_stream_close()Philip Withnall2014-02-131-3/+3
* 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-13/+2
* gio: port basic I/O classes from GSimpleAsyncResult to GTaskDan Winship2012-12-181-96/+81
* gio: add g_async_result_is_tagged()Dan Winship2012-07-101-7/+2
* gio: Add g_async_result_legacy_propagate_error()Dan Winship2012-07-101-2/+3
* gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship2012-07-101-0/+5
* giostream: "closed" property should not be marked writableDan Winship2011-09-231-15/+1
* Spelling fixesMatthias Clasen2011-08-291-6/+6
* [gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.Pavel Holejsovsky2010-12-171-7/+7
* Add Since 2.28 in g_io_stream_splice docXavier Claessens2010-12-131-0/+4
* Add g_io_stream_splice_async/finish()Xavier Claessens2010-12-131-0/+248
* Add g_simple_async_report_take_gerror_in_idleChristian Persch2010-11-031-2/+1
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-4/+1
* Declare stream base classes as abstractMatthias Clasen2010-08-161-1/+1
* GIO: Add G-I annotations for several methodsEduardo Lima Mitev2010-07-291-2/+4
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Fix a lot of clang complaintsMatthias Clasen2009-09-181-4/+0
* Documentation and coding style fixupsMatthias Clasen2009-05-271-66/+66
* Check that close_fn is not %NULL before calling (#578499)Alexander Larsson2009-05-201-4/+7
* Update the docs for the new network APIsAlexander Larsson2009-05-181-2/+7
* Add GFileIOStream classAlexander Larsson2009-05-131-3/+0
* Add comment about lifecycle issues for GIOStreamsAlexander Larsson2009-05-131-0/+6
* Import GIOStream from gnioAlexander Larsson2009-05-131-0/+607