Class
AppStreamRelease
Constructors
as_release_new
Creates a new AsRelease
.
Instance methods
as_release_add_artifact
Add an artifact (binary / source download) for this release.
Available since: 0.12.6
as_release_add_issue
Add information about a (resolved) issue to this release.
Available since: 0.12.9
as_release_get_artifacts
Get a list of all downloadable artifacts that are associated with this release.
Available since: 0.12.6
as_release_get_description
Gets the release description markup for a given locale.
as_release_get_kind
Gets the type of the release. (development or stable release)
Available since: 0.12.0
as_release_get_timestamp
Gets the release timestamp.
as_release_get_timestamp_eol
Gets the UNIX timestamp for the date when this release is out of support (end-of-life).
Available since: 0.12.5
as_release_get_urgency
Gets the urgency of the release (showing how important it is to update to a more recent release)
Available since: 0.6.5
as_release_get_version
Gets the release version.
as_release_set_context
Sets the document context this release is associated with.
Available since: 0.11.2
as_release_set_description
Sets the description release markup.
as_release_set_kind
Sets the release kind to distinguish between end-user ready stable releases and development prereleases..
Available since: 0.12.0
as_release_set_timestamp
Sets the release timestamp.
as_release_set_timestamp_eol
Sets the UNIX timestamp for the date when this release is out of support (end-of-life).
Available since: 0.12.5
as_release_set_version
Sets the release version.
as_release_vercmp
Compare the version numbers of two releases.
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 AppStreamReleaseClass {
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
);
}
Class members
parent_class |
|
No description available. | |
_as_reserved1 |
|
No description available. | |
_as_reserved2 |
|
No description available. | |
_as_reserved3 |
|
No description available. | |
_as_reserved4 |
|
No description available. | |
_as_reserved5 |
|
No description available. | |
_as_reserved6 |
|
No description available. |