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

  /external/bluetooth/glib/gobject/
gparam.c 852 gboolean type_prefixing; member in struct:_GParamSpecPool
882 * @type_prefixing: Whether the pool will support type-prefixed property names.
886 * If @type_prefixing is %TRUE, lookups in the newly created pool will
889 * deprecated, so you should always set @type_prefixing to %FALSE.
894 g_param_spec_pool_new (gboolean type_prefixing)
900 pool->type_prefixing = type_prefixing != FALSE;
1053 delim = pool->type_prefixing ? strchr (param_name, ':') : NULL;
1065 if (pool->type_prefixing && delim[1] == ':')
    [all...]
gparam.h 374 GParamSpecPool* g_param_spec_pool_new (gboolean type_prefixing);

Completed in 47 milliseconds