| Top |  |  |  |  | 
| const GPtrArray * | nm_checkpoint_get_devices () | 
| gint64 | nm_checkpoint_get_created () | 
| guint32 | nm_checkpoint_get_rollback_timeout () | 
| #define | NM_CHECKPOINT_DEVICES | 
| #define | NM_CHECKPOINT_CREATED | 
| #define | NM_CHECKPOINT_ROLLBACK_TIMEOUT | 
| NMCheckpoint | 
const GPtrArray *
nm_checkpoint_get_devices (NMCheckpoint *checkpoint);
The devices that are part of this checkpoint.
Since: 1.12
gint64
nm_checkpoint_get_created (NMCheckpoint *checkpoint);
Gets the timestamp (in CLOCK_BOOTTIME milliseconds) of checkpoint creation.
Use nm_utils_get_timestamp_msec() to obtain current time value suitable for
comparing to this value.
Since: 1.12
guint32
nm_checkpoint_get_rollback_timeout (NMCheckpoint *checkpoint);
Gets the timeout in seconds for automatic rollback.
Since: 1.12
“created” property  “created”                  gint64
The timestamp (in CLOCK_BOOTTIME milliseconds) of checkpoint creation.
Owner: NMCheckpoint
Flags: Read
Default value: 0
Since: 1.12
“devices” property  “devices”                  GPtrArray *
The devices that are part of this checkpoint.
[type GPtrArray(NMDevice)]
Owner: NMCheckpoint
Flags: Read
Since: 1.12