summaryrefslogtreecommitdiff
path: root/gio/gdataoutputstream.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-31Updated FSF's addressDaniel Mustieles1-3/+1
2013-06-24Rename the generated private data getter functionEmmanuele Bassi1-1/+1
As it turns out, we have examples of internal functions called type_name_get_private() in the wild (especially among older libraries), so we need to use a name for the per-instance private data getter function that hopefully won't conflict with anything.
2013-06-24gio: Use the new private instance data declarationEmmanuele Bassi1-6/+2
Use the newly added macros, and remove the explicit calls to g_type_class_add_private(). https://bugzilla.gnome.org/show_bug.cgi?id=700035
2012-04-23Make GDataOutputStream implement GSeekableMaciej Piechotka1-3/+105
https://bugzilla.gnome.org/show_bug.cgi?id=673034
2010-12-21Add GI annotations to GData{Input|Output}StreamPavel Holejsovsky1-8/+8
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-5/+1
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin1-1/+1
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch svn path=/trunk/; revision=7092
2008-02-21Doc fixesMatthias Clasen1-1/+1
svn path=/trunk/; revision=6554
2007-12-18Fix up includes in section docsMatthias Clasen1-0/+1
svn path=/trunk/; revision=6149
2007-12-01Some more property workMatthias Clasen1-7/+36
svn path=/trunk/; revision=6008
2007-11-29Coding style fixupsMatthias Clasen1-43/+39
svn path=/trunk/; revision=5993
2007-11-28Added. Added. Added. Added.Alexander Larsson1-0/+5
2007-11-28 Alexander Larsson <alexl@redhat.com> * Makefile.am: * abicheck.sh: Added. * makegioalias.pl: Added. * pltcheck.sh: Added. * gio.symbols: Added. * *.c: * inotify/*.c Initial work on adding symbol handling. * gvfs.h: Correct ifdef guard name * fam/Makefile.am: * inotify/Makefile.am: * xdgmime/Makefile.am: Include toplevel Makefile.decl svn path=/trunk/; revision=5972
2007-11-28Another round of trivial doc fixesMatthias Clasen1-2/+2
svn path=/trunk/; revision=5970
2007-11-28Clean up some docsMatthias Clasen1-4/+4
svn path=/trunk/; revision=5966
2007-11-27 Bumps documentation to 93% symbol coverage, touching most Andrew Walton1-18/+52
of the public files. Fixes broken function documentation prototypes. Fixes GCancellable inaccuracies. Removes unnecessary incomplete gtk-doc headers in private files. svn path=/trunk/; revision=5953
2007-11-26gio/ docs/reference/gio Merged gio-standalone into glib.Alexander Larsson1-0/+441
2007-11-26 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.in: * gio-2.0-uninstalled.pc.in: * gio-2.0.pc.in: * gio-unix-2.0-uninstalled.pc.in: * gio-unix-2.0.pc.in: * gio/ * docs/reference/gio Merged gio-standalone into glib. * glib/glibintl.h: * glib/gutils.c: Export glib_gettext so that gio can use it Add P_ (using same domain for now) Add I_ as g_intern_static_string svn path=/trunk/; revision=5941