mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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
This commit is contained in:
committed by
Alexander Larsson
parent
61582bd91c
commit
7f3280230b
@@ -28,6 +28,8 @@
|
||||
#include "gseekable.h"
|
||||
#include "gsimpleasyncresult.h"
|
||||
|
||||
#include "gioalias.h"
|
||||
|
||||
/**
|
||||
* SECTION:ginputstream
|
||||
* @short_description: base class for implementing streaming input
|
||||
@@ -1204,3 +1206,6 @@ g_input_stream_real_close_finish (GInputStream *stream,
|
||||
g_assert (g_simple_async_result_get_source_tag (simple) == g_input_stream_real_close_async);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#define __G_INPUT_STREAM_C__
|
||||
#include "gioaliasdef.c"
|
||||
|
Reference in New Issue
Block a user