Home
last modified time | relevance | path

Searched defs:_GModule (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gmodule/
Dgmodule.c195 struct _GModule struct
197 gchar *file_name;
198 gpointer handle;
199 guint ref_count : 31;
200 guint is_resident : 1;
201 GModuleUnload unload;
202 GModule *next;