Searched defs:check_init (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gmodule/
H A Dgmodule.c453 GModuleCheckInit check_init; local
485 if (g_module_symbol (module, "g_module_check_init", (gpointer) &check_init) && check_init != NULL)
486 check_failed = check_init (module);

Completed in 112 milliseconds