summaryrefslogtreecommitdiff
path: root/gio/goutputstream.c
Commit message (Expand)AuthorAgeFilesLines
* gio: add GBytes-based input/output stream methodsDan Winship2012-05-241-0/+157
* Fix several recently-introduced bugs in g_output_stream_write_async()Dan Winship2012-04-271-2/+13
* gio: use GPollable* to implement fallback read_async/write_asyncDan Winship2012-04-171-2/+64
* Fix some gtk-doc stuffDan Winship2012-04-041-4/+4
* GIO: add lots of annotations for Vala bindingsEvan Nemerson2012-01-111-0/+2
* outputstream: Clarify docs of flush()Benjamin Otte2011-12-051-3/+5
* Don't close stream twice when splicingPhilip Withnall2011-09-191-35/+53
* Spelling fixesMatthias Clasen2011-08-291-11/+11
* g_output_stream_splice: deal with overflowDan Winship2011-07-061-3/+12
* [gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.Pavel Holejsovsky2010-12-171-18/+18
* Add g_simple_async_report_take_gerror_in_idleChristian Persch2010-11-031-8/+4
* Use g_simple_async_result_{new_,}take_errorChristian Persch2010-11-031-17/+6
* Add a lot of missing annotationsJohan Dahlin2010-09-241-3/+3
* g_output_stream_write: fix misleadingly ungrammatical documentationDan Winship2010-09-171-5/+6
* Bug 627071 – g_output_stream_write() clarificationDavid Zeuthen2010-08-161-0/+4
* Declare stream base classes as abstractMatthias Clasen2010-08-161-1/+1
* 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-3/+3
* Flush when closing output stream asyncJesse van den Kieboom2010-05-121-7/+110
* Add g_output_stream_is_closingAlexander Larsson2009-11-231-1/+28
* Fix a lot of clang complaintsMatthias Clasen2009-09-181-19/+15
* Check that close_fn is not %NULL before calling (#578499)Alexander Larsson2009-05-201-7/+11
* Remove not actually used member "cancelled"Alexander Larsson2009-05-121-1/+0
* Add docsMatthias Clasen2008-08-131-0/+7
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+4
* 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-13/+13
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-6/+4
* Tiny documentation corrections.Murray Cumming2008-03-041-1/+1
* Fixup translator comments (#518578).Wouter Bolsterlee2008-02-251-4/+4
* Fix a few typos in translator comments and documentation.Wouter Bolsterlee2008-02-251-1/+1
* Add translator comments (#518578)Alexander Larsson2008-02-251-0/+3
* Doc fixesMatthias Clasen2008-02-211-1/+1
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-101-2/+2
* Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen2008-01-271-3/+2
* String fixesMatthias Clasen2008-01-251-2/+4
* Documentation: Fixed minor typos and added more mentions of specificMurray Cumming2008-01-211-8/+19
* Corrected some typos in the documentation: occured -> occurred. its ->Murray Cumming2008-01-161-1/+1
* Fix up includes in section docsMatthias Clasen2007-12-181-1/+1
* Clean up all flags enums to not have _FLAGS in them Make the names of someAlexander Larsson2007-12-141-2/+2
* g_push/pop_current_cancellable -> g_cancellable_push/pop_currentAlexander Larsson2007-12-131-8/+8
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-101-3/+3
* More documentation cleanup and filling in missing information, bringingA. Walton2007-12-091-2/+2
* Rename all struct members named: read, write, close, truncate, or mount toAlexander Larsson2007-12-051-13/+13
* Only call flush if non-null.Alexander Larsson2007-12-041-1/+4
* Make this take a GError and return a gboolean, and do the "outstandingDan Winship2007-12-041-127/+91
* Don't cheat and unset the "pending" flag around inner calls. Instead, callDan Winship2007-12-041-16/+19
* Doc improvementsMatthias Clasen2007-12-011-1/+1
* More coding style fixesMatthias Clasen2007-11-301-130/+135
* Added. Added. Added. Added.Alexander Larsson2007-11-281-0/+5