HomeSort by relevance Sort by last modified time
    Searched refs:G_PARAM_LAX_VALIDATION (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gobject/
gparam.h 120 * @G_PARAM_LAX_VALIDATION: upon parameter conversion (see g_param_value_convert())
145 G_PARAM_LAX_VALIDATION = 1 << 4,
gobject.c 929 else if (g_param_value_validate (pspec, &tmp_value) && !(pspec->flags & G_PARAM_LAX_VALIDATION))
    [all...]

Completed in 189 milliseconds