diff options
| author | Alexander Larsson <alexl@redhat.com> | 2007-11-28 12:39:07 +0000 |
|---|---|---|
| committer | Alexander Larsson <alexl@src.gnome.org> | 2007-11-28 12:39:07 +0000 |
| commit | 7f3280230bc9448a5750fc17a6eabef691ba25f4 (patch) | |
| tree | 27740130a31d7a914ec6b7b64172c5146553cfa7 /gio/goutputstream.c | |
| parent | 61582bd91cba508362d0e28db4d6e3f307b27b48 (diff) | |
| download | glib-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/goutputstream.c')
| -rw-r--r-- | gio/goutputstream.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gio/goutputstream.c b/gio/goutputstream.c index 5b1fc4ea5..9c2bb64aa 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -25,6 +25,8 @@ #include "gsimpleasyncresult.h" #include "glibintl.h" +#include "gioalias.h" + /** * SECTION:goutputstream * @short_description: base class for implementing streaming output @@ -1343,3 +1345,6 @@ g_output_stream_real_close_finish (GOutputStream *stream, g_assert (g_simple_async_result_get_source_tag (simple) == g_output_stream_real_close_async); return TRUE; } + +#define __G_OUTPUT_STREAM_C__ +#include "gioaliasdef.c" |
