summaryrefslogtreecommitdiff
path: root/gio/gmemoryoutputstream.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all nicks and blurbs from param specswip/sophie-h/remove-nick-blurbSophie Herold2023-04-281-15/+5
* gio: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* De-duplicate g_nearest_pow() implementationSebastian Dröge2021-11-251-11/+1
* Fix signedness warning in gio/gmemoryoutputstream.cEmmanuel Fleury2021-02-161-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/+1
* glib: Add missing (nullable) and (optional) annotationsPhilip Withnall2015-11-071-2/+4
* gio: Prevent hang writing to a large GMemoryOutputStreamRoss Lagerwall2014-10-301-10/+8
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: let go of *Matthias Clasen2014-02-141-3/+3
* Annotate all examples with their languageMatthias Clasen2014-02-011-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gio: Update GMemoryOutputStream length after truncateRoss Lagerwall2013-12-151-0/+2
* GMemoryOutputStream: docs and whitespace fixesRyan Lortie2013-10-231-34/+64
* Change semantics of seek on memory output streamRyan Lortie2013-10-231-2/+15
* GMemoryOutputStream: Don't return -1 as a gboolean in preconditionColin Walters2013-10-081-1/+1
* Rename the generated private data getter functionEmmanuele Bassi2013-06-241-1/+1
* gio: Use the new private instance data declarationEmmanuele Bassi2013-06-241-5/+2
* gio: port basic I/O classes from GSimpleAsyncResult to GTaskDan Winship2012-12-181-16/+7
* GMemoryOutputStream: Add new _resizable() constructor usable from bindingsColin Walters2012-11-271-0/+14
* GMemoryOutputStream: Add API to return data as a GBytesColin Walters2012-05-211-0/+28
* gio: use GPollable* to implement fallback read_async/write_asyncDan Winship2012-04-171-62/+0
* gio: implement GPollableInput/OutputStream in more stream typesDan Winship2012-04-171-1/+39
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-3/+3
* GMemoryInputStream/GMemoryOutputStream: fix bug in previous commitDan Winship2011-12-011-6/+10
* GMemoryInputStream/GMemoryOutputStream: make these properly subclassableDan Winship2011-11-301-5/+5
* Add GI annotations to GMemory{Input|Output}StreamPavel Holejsovsky2010-12-271-6/+6
* Add a lot of missing annotationsJohan Dahlin2010-09-241-1/+1
* Add g_memory_output_stream_steal_dataChristian Persch2010-08-171-0/+29
* gio/: fully remove gioalias hacksRyan Lortie2010-07-071-4/+0
* Minor doc clarificationMatthias Clasen2010-03-081-3/+7
* Add gtk-doc comments with Since tags to GMemoryOutputStream propertiesChristian Dywan2010-01-261-0/+35
* Add properties to GMemoryOutputStreamMatthias Clasen2010-01-061-88/+220
* Another dead assignmentMatthias Clasen2009-09-071-5/+1
* Bug 540461 – g_memory_output_stream_get_data_size() doesn't behave asAlexander Larsson2009-02-261-1/+9
* Moved all relevant typedefs into these files.Cody Russell2008-07-011-0/+1
* Add some tests for GMemoryOutputStream.Matthias Clasen2008-06-301-1/+1
* Trivial doc fixesMatthias Clasen2008-06-301-2/+2
* 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-20/+20
* chain up unconditionally in finalize() and dispose(). Also don'tMichael Natterer2008-06-161-3/+2
* Clarify docs for g_memory_output_stream_get_size. AddAlexander Larsson2008-03-311-4/+32
* Doc fixesMatthias Clasen2008-02-211-1/+1
* Don't do pointer arithmetic on void * (#508602) Patch from Kazuki IWAMOTOAlexander Larsson2008-01-151-2/+2
* Build test subdir after . Remove gdirectorymonitor.[ch]Alexander Larsson2008-01-071-1/+1
* Translate error stringsAlexander Larsson2008-01-071-289/+171
* Fix up includes in section docsMatthias Clasen2007-12-181-0/+1
* http://mail.gnome.org/archives/gtk-devel-list/2007-October/msg00089.html15:08:59 Tim Janik2007-12-101-2/+2
* More documentation cleanup and filling in missing information, bringingA. Walton2007-12-091-8/+13