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

  /external/bluetooth/glib/gobject/
gparam.c 152 class->value_validate = NULL;
647 if (G_PARAM_SPEC_GET_CLASS (pspec)->value_validate)
651 if (G_PARAM_SPEC_GET_CLASS (pspec)->value_validate (pspec, value) ||
1313 gboolean (*value_validate) (GParamSpec *pspec, member in struct:__anon2152
    [all...]
gparam.h 224 * @value_validate: Ensures that the contents of @value comply with the
245 gboolean (*value_validate) (GParamSpec *pspec, member in struct:_GParamSpecClass
327 * @value_validate: Ensures that the contents of @value comply with the
353 gboolean (*value_validate) (GParamSpec *pspec, /* optional */ member in struct:_GParamSpecTypeInfo
394 * gboolean value_validate (GParamSpec *pspec,

Completed in 422 milliseconds