Home
last modified time | relevance | path

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

/external/bluetooth/glib/tests/gobject/
Dparamspec-test.c94 G_PARAM_SPEC_STRING (pspec)->ensure_non_null = TRUE; in test_param_spec_string()
100 G_PARAM_SPEC_STRING (pspec)->ensure_non_null = FALSE; in test_param_spec_string()
104 G_PARAM_SPEC_STRING (pspec)->null_fold_if_empty = TRUE; in test_param_spec_string()
114 G_PARAM_SPEC_STRING (pspec)->null_fold_if_empty = FALSE; in test_param_spec_string()
118 G_PARAM_SPEC_STRING (pspec)->cset_first = g_strdup ("abc"); in test_param_spec_string()
119 G_PARAM_SPEC_STRING (pspec)->substitutor = '-'; in test_param_spec_string()
131 G_PARAM_SPEC_STRING (pspec)->cset_nth = g_strdup ("abc"); in test_param_spec_string()
/external/bluetooth/glib/gobject/
Dgparamspecs.c606 GParamSpecString *sspec = G_PARAM_SPEC_STRING (pspec); in param_string_init()
619 GParamSpecString *sspec = G_PARAM_SPEC_STRING (pspec); in param_string_finalize()
636 value->data[0].v_pointer = g_strdup (G_PARAM_SPEC_STRING (pspec)->default_value); in param_string_set_default()
643 GParamSpecString *sspec = G_PARAM_SPEC_STRING (pspec); in param_string_validate()
Dgparamspecs.h379 #define G_PARAM_SPEC_STRING(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_STRIN… macro
/external/bluetooth/glib/docs/reference/gobject/
Dgobject-sections.txt589 G_PARAM_SPEC_STRING