Class
SnapdChannel
since: 1.22
Description [src]
final class Snapd.Channel : GObject.Object
{
/* No available fields */
}
SnapdChannel
is an opaque data structure and can only be accessed
using the provided functions.
Available since: 1.22
Instance methods
snapd_channel_get_confinement
Get the confinement this snap is using, e.g. SNAPD_CONFINEMENT_STRICT
.
since: 1.22
snapd_channel_get_released_at
Get the date this revision was released into the channel or NULL
if unknown.
since: 1.46
snapd_channel_get_revision
Get the revision for this snap. The format of the string is undefined. See also snapd_channel_get_version().
since: 1.22
snapd_channel_get_risk
Get the risk this channel is on, one of stable
, candidate
, beta
or
edge
.
since: 1.31
snapd_channel_get_version
Get the version for this snap. The format of the string is undefined. See also snapd_channel_get_revision().
since: 1.22
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.