Class

AppStreamSuggested

Description

class AppStream.Suggested : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this AsSuggested ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

as_suggested_new

Creates a new AsSuggested.

Instance methods

as_suggested_add_id

Add a component id to this suggested object.

as_suggested_get_ids

Get a list of components id that generated the suggestion.

as_suggested_get_kind

Gets the suggested kind.

as_suggested_is_valid

Check if the essential properties of this suggestion are populated with useful data.

as_suggested_set_kind

Sets the suggested kind.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::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 AppStreamSuggestedClass {
  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
  );
  
}

No description available.

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.