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