Lines Matching refs:_value
32 g_free(_value);
33 _value = 0;
37 * A function to set the \c _value.
43 * To copy the data into _value the old memory must be free'd first.
57 if (_value != NULL) {
58 g_free(_value);
61 _value = g_strdup(in);
65 prefs->setString(extension_pref_root + prefname, _value);
68 return _value;
73 if (_value) {
74 string += _value;
81 _value(NULL), _indent(0)
105 _value = g_strdup(g_dpgettext2(NULL, xml->attribute("msgctxt"), defaultval));
107 _value = g_strdup(_(defaultval));
110 _value = g_strdup(defaultval);