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

  /external/bluetooth/glib/gobject/
gparam.c 151 class->value_set_default = NULL;
594 G_PARAM_SPEC_GET_CLASS (pspec)->value_set_default (pspec, value);
618 G_PARAM_SPEC_GET_CLASS (pspec)->value_set_default (pspec, &dflt_value);
1311 void (*value_set_default) (GParamSpec *pspec, member in struct:__anon2545
    [all...]
gparam.h 221 * @value_set_default: Resets a @value to the default value for this type
243 void (*value_set_default) (GParamSpec *pspec, member in struct:_GParamSpecClass
324 * @value_set_default: Resets a @value to the default value for @pspec
351 void (*value_set_default) (GParamSpec *pspec, /* recommended */ member in struct:_GParamSpecTypeInfo

Completed in 20 milliseconds