:right-sidebar: True CertificateField =================================================================== .. currentmodule:: gi.repository.Gcr .. class:: CertificateField(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` :Constructors: :: CertificateField(**properties) Methods ------- .. rst-class:: interim-class .. class:: CertificateField :no-index: .. method:: get_label() -> str Get the display label of the field. .. method:: get_section() -> ~gi.repository.Gcr.CertificateSection Get the parent :obj:`~gi.repository.Gcr.CertificateSection`\. .. method:: get_value() -> ~typing.Tuple[bool, ~gi.repository.GObject.Value] Get the value of the field. The ``value`` will have been initialized to the ``GType`` the value should be provided in. .. method:: get_value_type() -> ~gobject.GType Get the type associated with the value. Properties ---------- .. rst-class:: interim-class .. class:: CertificateField :no-index: .. attribute:: props.label :type: str The type of the None singleton. .. attribute:: props.section :type: ~gi.repository.Gcr.CertificateSection The type of the None singleton. .. attribute:: props.value :type: ~gi.repository.GObject.Value The type of the None singleton.