Class

AppStreamAgreementSection

Description

class AppStream.AgreementSection : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Constructors

as_agreement_section_new

Creates a new AsAgreementSection.

Available since: 0.12.1

Instance methods

as_agreement_section_get_context

Returns the AsContext associated with this section. This function may return NULL if no context is set.

Available since: 0.12.1

as_agreement_section_get_description

Gets the agreement section desc.

Available since: 0.12.1

as_agreement_section_get_kind

Gets the agreement section kind.

Available since: 0.12.1

as_agreement_section_get_name

Gets the agreement section name.

Available since: 0.12.1

as_agreement_section_set_context

Sets the document context this release is associated with.

Available since: 0.12.1

as_agreement_section_set_description

Sets the agreement section desc.

Available since: 0.12.1

as_agreement_section_set_kind

Sets the agreement section kind.

Available since: 0.12.1

as_agreement_section_set_name

Sets the agreement section name.

Available since: 0.12.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject.Object::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AppStreamAgreementSectionClass {
  GObjectClass parent_class;
  void (* _as_reserved1) (
void
  );
  void (* _as_reserved2) (
void
  );
  void (* _as_reserved3) (
void
  );
  void (* _as_reserved4) (
void
  );
  void (* _as_reserved5) (
void
  );
  void (* _as_reserved6) (
void
  );
  void (* _as_reserved7) (
void
  );
  void (* _as_reserved8) (
void
  );
  
}
Class members
parent_class
GObjectClass
  No description available.
_as_reserved1
void (* _as_reserved1) (
void
  )
  No description available.
_as_reserved2
void (* _as_reserved2) (
void
  )
  No description available.
_as_reserved3
void (* _as_reserved3) (
void
  )
  No description available.
_as_reserved4
void (* _as_reserved4) (
void
  )
  No description available.
_as_reserved5
void (* _as_reserved5) (
void
  )
  No description available.
_as_reserved6
void (* _as_reserved6) (
void
  )
  No description available.
_as_reserved7
void (* _as_reserved7) (
void
  )
  No description available.
_as_reserved8
void (* _as_reserved8) (
void
  )
  No description available.