summaryrefslogtreecommitdiff
path: root/gio/gconverteroutputstream.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-7/+3
2012-04-17gio: implement GPollableInput/OutputStream in more stream typesDan Winship1-19/+100
2010-09-24Add a lot of missing annotationsJohan Dahlin1-1/+1
2010-08-30Plug a mem leak in GConverterOutputStreamChristian Persch1-0/+1
2010-07-10Fix sparse warningsMatthias Clasen1-1/+1
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-06-11converter streams: make code more readableAlexander Larsson1-12/+14
2010-06-11Use correct offset for buffer data in GConverterOutputStreamJürg Billeter1-2/+2
2010-06-11Ensure we always have some target space in GConverterOutputStreamJürg Billeter1-0/+8
2009-11-29Fix up GIO docsMatthias Clasen1-1/+12
2009-11-29Fix return type of g_converter_[in|out]put_stream.Paolo Borelli1-5/+5
2009-11-23Add GConverterOutputStreamAlexander Larsson1-0/+595