Gcr.CertificateField¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Display name of the field. |
||
r/w/co |
The section it is included. |
||
r |
Display name of the value. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gcr.CertificateField(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_label()[source]¶
- Returns:
the display label of the field
- Return type:
Get the display label of the field.
- get_section()[source]¶
- Returns:
the parent
Gcr.CertificateSection
- Return type:
Get the parent
Gcr.CertificateSection
.
- get_value()[source]¶
- Returns:
True
if the value was set successfully.- value:
the
GValue
to fill
- Return type:
(
bool
, value:GObject.Value
)
Get the value of the field.
The value will have been initialized to the
GType
the value should be provided in.
Property Details¶
- Gcr.CertificateField.props.label¶
- Name:
label
- Type:
- Default Value:
- Flags:
Display name of the field.
- Gcr.CertificateField.props.section¶
- Name:
section
- Type:
- Default Value:
- Flags:
The section it is included.
- Gcr.CertificateField.props.value¶
- Name:
value
- Type:
- Default Value:
- Flags:
Display name of the value.