AutorefreshChangeData
Object Hierarchy:
Description:
[
CCode ( type_id =
"snapd_autorefresh_change_data_get_type ()" ) ]
[
Version ( since =
"1.65" ) ]
public class AutorefreshChangeData :
ChangeData
SnapdAutoRefreshChangeData contains the data from the 'data' field of a Change
of kind 'auto-refresh'.
Content:
Properties:
- public string[] refresh_forced { get; construct; }
Contains the list of snaps that were inhibited for too long, and now
are having a forced refresh.
- public string[] snap_names { get; construct; }
Contains the list of snaps that have a pending update but are
inhibited because they have a running program.
Creation methods:
Methods:
- public unowned string[] get_refresh_forced ()
Returns the list of snaps that were inhibited for too long, and now
are having a forced refresh.
- public unowned string[] get_snap_names ()
Returns the list of snaps that have a pending update but are inhibited
because they have a running program.
Inherited Members:
All known members inherited from class GLib.Object