summaryrefslogtreecommitdiff
path: root/gio/gfileoutputstream.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2007-11-28 12:39:07 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-11-28 12:39:07 +0000
commit7f3280230bc9448a5750fc17a6eabef691ba25f4 (patch)
tree27740130a31d7a914ec6b7b64172c5146553cfa7 /gio/gfileoutputstream.c
parent61582bd91cba508362d0e28db4d6e3f307b27b48 (diff)
downloadglib-7f3280230bc9448a5750fc17a6eabef691ba25f4.tar.gz
Added. Added. Added. Added.
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
Diffstat (limited to 'gio/gfileoutputstream.c')
-rw-r--r--gio/gfileoutputstream.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gio/gfileoutputstream.c b/gio/gfileoutputstream.c
index f54a58356..d252d5401 100644
--- a/gio/gfileoutputstream.c
+++ b/gio/gfileoutputstream.c
@@ -28,6 +28,8 @@
#include "gsimpleasyncresult.h"
#include "glibintl.h"
+#include "gioalias.h"
+
/**
* SECTION:gfileoutputstream
* @short_description: file output streaming operations
@@ -645,3 +647,6 @@ g_file_output_stream_real_query_info_finish (GFileOutputStream *stream,
return NULL;
}
+
+#define __G_FILE_OUTPUT_STREAM_C__
+#include "gioaliasdef.c"