GObject.ParamSpecString¶
- Subclasses:
None
Methods¶
- Inherited:
Virtual Methods¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
cset_first |
r |
a string containing the allowed values for the first byte |
|
cset_nth |
r |
a string containing the allowed values for the subsequent bytes |
|
default_value |
r |
default value for the property specified |
|
ensure_non_null |
r |
replace |
|
null_fold_if_empty |
r |
replace empty string by |
|
parent_instance |
r |
private |
|
substitutor |
r |
the replacement byte for bytes which don’t match cset_first or cset_nth. |
Class Details¶
- class GObject.ParamSpecString¶
- Bases:
- Abstract:
No
A
GObject.ParamSpec
derived structure that contains the meta data for string properties.