Home
last modified time | relevance | path

Searched refs:glib_effective_micro (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
Dgutils.c222 gint glib_effective_micro = 100 * GLIB_MINOR_VERSION + GLIB_MICRO_VERSION; in glib_check_version() local
229 if (required_effective_micro < glib_effective_micro - GLIB_BINARY_AGE) in glib_check_version()
231 if (required_effective_micro > glib_effective_micro) in glib_check_version()