summaryrefslogtreecommitdiff
path: root/gio/gpollableoutputstream.c
Commit message (Expand)AuthorAgeFilesLines
* gpollable: Clarify that can_poll() must be called before other methodsPhilip Withnall2023-03-231-0/+17
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* Fix signedness warning in gio/gpollableoutputstream.c:g_pollable_output_strea...Emmanuel Fleury2021-01-111-1/+1
* Add writev() / writev_all() API to GOutputStream and GPollableOutputStreamSebastian Dröge2019-01-241-8/+164
* gpollableoutputstream: document side effects of WOULD_BLOCK on D/TLSIgnacio Casal Quinteiro2018-01-311-0/+3
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-2/+2
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Cosmetic changeMatthias Clasen2012-08-191-1/+1
* gio: minor GPollableInputStream / GPollableOutputStream fixesDan Winship2012-04-171-10/+31
* GPollable*Stream: expose source methods to introspectionGiovanni Campagna2011-11-181-1/+1
* Stop using glib-genmarshal at build timeColin Walters2011-06-201-1/+0
* Use g_set_error_literal where appropriateMatthias Clasen2011-01-271-2/+2
* Add GI annotations to GPollable{Input|Output}StreamPavel Holejsovsky2010-12-291-5/+7
* Various doc tweaksMatthias Clasen2010-11-281-5/+4
* Add pollable input/output streamsDan Winship2010-11-261-0/+201