Remove developer script not needed in git repository
[glib.git] / gio / tests / resourceplugin.c
blobb66d54142df827581682a3098054358bc62cc08e
1 #include <gio/gio.h>
3 void
4 g_io_module_load (GIOModule *module)
8 void
9 g_io_module_unload (GIOModule *module)
13 char **
14 g_io_module_query (void)
16 return NULL;