repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ci: collect test coverage and deploy a html report through gitlab pages
[glib.git]
/
gio
/
tests
/
resourceplugin.c
blob
b66d54142df827581682a3098054358bc62cc08e
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