summaryrefslogtreecommitdiff
path: root/gio/ginputstream.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-19docs: use "Returns:" consistentlyWilliam Jon McCann1-6/+6
2014-02-08Eradicate links and xrefsMatthias Clasen1-7/+4
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-09-29GInputStream: Add g_input_stream_async_read_is_via_threads()Mike Ruprecht1-7/+25
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-14/+3
2013-01-16gio: callback_data is the task not the task data.Alban Browaeys1-2/+2
2013-01-13gio: add some missing array annotations with their element-typeRico Tzschichholz1-3/+6
2013-01-13GInputStream: fix default g_input_stream_skip_async() logicDan Winship1-7/+8
2012-12-18gio: port basic I/O classes from GSimpleAsyncResult to GTaskDan Winship1-246/+166
2012-07-10gio: add g_async_result_is_tagged()Dan Winship1-21/+6
2012-07-10gio: Add g_async_result_legacy_propagate_error()Dan Winship1-6/+9
2012-07-10gio: handle GSimpleAsyncResult errors in _finish vmethodsDan Winship1-0/+12
2012-05-24gio: add GBytes-based input/output stream methodsDan Winship1-0/+174
2012-04-27Fix several recently-introduced bugs in g_output_stream_write_async()Dan Winship1-2/+10
2012-04-17gio: use GPollable* to implement fallback read_async/write_asyncDan Winship1-3/+68
2012-04-04Fix some gtk-doc stuffDan Winship1-4/+4
2012-04-02g_input_stream_read[_finish]: document returning 0 on EOFWill Thompson1-2/+2
2011-08-29Spelling fixesMatthias Clasen1-8/+8
2010-12-17[gi] Add annotations for GFile, G[File]{Input|Output|IO}Stream.Pavel Holejsovsky1-14/+14
2010-11-03Add g_simple_async_report_take_gerror_in_idleChristian Persch1-6/+3
2010-11-03Use g_simple_async_result_{new_,}take_errorChristian Persch1-18/+8
2010-08-16Declare stream base classes as abstractMatthias Clasen1-1/+1
2010-08-13Fix a typo, and some doc reformattingMatthias Clasen1-16/+16
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2009-09-18Fix a lot of clang complaintsMatthias Clasen1-11/+5
2009-08-19Add g_cancellable_release_fd()Benjamin Otte1-1/+1
2009-05-20Check that close_fn is not %NULL before calling (#578499)Alexander Larsson1-5/+8
2009-05-13Remove close in finalize, we do it in disposeAlexander Larsson1-3/+0
2009-05-04Fix g_input_stream_skip_async() documentationPaul Pogonyshev1-2/+2
2008-08-13Add docsMatthias Clasen1-2/+8
2008-07-01Moved all relevant typedefs into these files.Cody Russell1-0/+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-5/+5
2008-06-16chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer1-5/+3
2008-03-04Tiny documentation corrections.Murray Cumming1-1/+1
2008-02-25Fixup translator comments (#518578).Wouter Bolsterlee1-4/+4
2008-02-25Add translator comments (#518578)Alexander Larsson1-0/+3
2008-02-21Doc fixesMatthias Clasen1-1/+1
2008-02-10/bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen1-4/+4
2008-01-27Deprecate G_GNUC_(PRETTY)_FUNCTION.Matthias Clasen1-6/+4
2008-01-25String fixesMatthias Clasen1-4/+8
2008-01-21Documentation: Fixed minor typos and added more mentions of specificMurray Cumming1-7/+11
2008-01-16Corrected some typos in the documentation: occured -> occurred. its ->Murray Cumming1-1/+1
2007-12-18Fix up includes in section docsMatthias Clasen1-0/+1
2007-12-13g_push/pop_current_cancellable -> g_cancellable_push/pop_currentAlexander Larsson1-6/+6
2007-12-10http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik1-3/+3
2007-12-05Rename all struct members named: read, write, close, truncate, or mount toAlexander Larsson1-9/+9
2007-12-04Make this take a GError and return a gboolean, and do the "outstandingDan Winship1-91/+75
2007-12-01Doc improvementsMatthias Clasen1-1/+1