Gcr.CertificateSection

g GObject.Object GObject.Object Gcr.CertificateSection Gcr.CertificateSection GObject.Object->Gcr.CertificateSection

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_fields ()

get_flags ()

get_label ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

fields

Gio.ListModel

r

The list of fields.

label

str

r/w/co

Display name of the field.

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gcr.CertificateSection(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

Gcr.CertificateSectionClass

get_fields()[source]
Returns:

a Gio.ListModel of Gcr.CertificateField

Return type:

Gio.ListModel

Get the list of all the fields in this section.

get_flags()[source]
Returns:

the GcrCertificateSectionFlags

Return type:

Gcr.CertificateSectionFlags

Get the flags.

get_label()[source]
Returns:

the displayable label of the section

Return type:

str

Get the displayable label of the section.

Property Details

Gcr.CertificateSection.props.fields
Name:

fields

Type:

Gio.ListModel

Default Value:

None

Flags:

READABLE

The list of fields.

Gcr.CertificateSection.props.label
Name:

label

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

Display name of the field.