Class
AppStreamComposeHint
since: 1.0
Constructors
asc_hint_new_for_tag
Creates a new AscHint
with the given tag. If the selected tag was not registered+
with the global tag registry, NULL
is returned and an error is set.
since: 1.0
Instance methods
asc_hint_format_explanation
Formats the explanation template to return a human-redable issue hint explanation, with all placeholder variables replaced.
since: 1.0
asc_hint_get_explanation_vars_list
Returns a list with the flattened key/value pairs for this hint. Values are located in uneven list entries, following their keys in even list entries.
since: 1.0
asc_hint_is_valid
Check if this hint is valid (it requires at least a tag and a severity in order to be considered valid).
since: 1.0
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.
unstable since: 2.0
Class structure
struct AppStreamComposeHintClass {
GObjectClass parent_class;
void (* _as_reserved1) (
void
);
void (* _as_reserved2) (
void
);
void (* _as_reserved3) (
void
);
void (* _as_reserved4) (
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.