Class

AppStreamComposeIconPolicy

Description

class AppStreamCompose.IconPolicy : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Constructors

asc_icon_policy_new

Creates a new AscIconPolicy.

Instance methods

asc_icon_policy_from_string

Loads the icon policy from a textual representation.

asc_icon_policy_set_policy

Sets a designated state for an icon of the given size.

asc_icon_policy_to_string

Converts the current icon policy into a textual representation.

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 AppStreamComposeIconPolicyClass {
  GObjectClass parent_class;
  void (* _as_reserved1) (
void
  );
  void (* _as_reserved2) (
void
  );
  void (* _as_reserved3) (
void
  );
  void (* _as_reserved4) (
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.