Searched refs:G_PARAM_SPEC_STRING (Results 1 – 4 of 4) sorted by relevance
94 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()
606 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()
379 #define G_PARAM_SPEC_STRING(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_STRIN… macro
589 G_PARAM_SPEC_STRING