Method

SnapdChannelget_revision

since: 1.22

Declaration [src]

const gchar*
snapd_channel_get_revision (
  SnapdChannel* channel
)

Description [src]

Get the revision for this snap. The format of the string is undefined. See also snapd_channel_get_version().

Available since: 1.22

Gets propertySnapd.Channel:revision

Return value

Type: const gchar*

A revision string.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.