projects
/
platform
/
upstream
/
glib.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
visibility: Use a separate CFLAGS variable
[platform/upstream/glib.git]
/
gio
/
tests
/
resourceplugin.c
1
#include <gio/gio.h>
2
3
void
4
g_io_module_load (GIOModule *module)
5
{
6
}
7
8
void
9
g_io_module_unload (GIOModule *module)
10
{
11
}
12
13
char **
14
g_io_module_query (void)
15
{
16
return NULL;
17
}
18