Home
last modified time | relevance | path

Searched refs:null_fold_if_empty (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/tests/gobject/
Dparamspec-test.c118 G_PARAM_SPEC_STRING (pspec)->null_fold_if_empty = TRUE; in test_param_spec_string()
128 G_PARAM_SPEC_STRING (pspec)->null_fold_if_empty = FALSE; in test_param_spec_string()
/third_party/glib/gobject/
Dgparamspecs.h865 guint null_fold_if_empty : 1; member
Dgparamspecs.c616 sspec->null_fold_if_empty = FALSE; in param_string_init()
681 if (sspec->null_fold_if_empty && string && string[0] == 0) in param_string_validate()