From 7f3280230bc9448a5750fc17a6eabef691ba25f4 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 28 Nov 2007 12:39:07 +0000 Subject: Added. Added. Added. Added. 2007-11-28 Alexander Larsson * 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 --- gio/giomodule.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gio/giomodule.c') 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" -- cgit v1.2.1