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/giomodule.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/giomodule.c')
-rw-r--r-- | gio/giomodule.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gio/giomodule.c b/gio/giomodule.c index 1214d817b..02d12d69b 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -24,6 +24,8 @@ #include "giomodule.h" +#include "gioalias.h" + /** * SECTION:giomodule * @short_description: Loadable GIO Modules @@ -247,3 +249,6 @@ g_io_modules_ensure_loaded (const char *directory) G_UNLOCK (loaded_dirs); } + +#define __G_IO_MODULE_C__ +#include "gioaliasdef.c" |