From e465722b908aa870bdc293b9a417d3c15294aa6d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Dec 2024 20:36:29 +0100 Subject: New upstream version 1.50.1 --- docs/libnm/html/NMCheckpoint.html | 283 -------------------------------------- 1 file changed, 283 deletions(-) delete mode 100644 docs/libnm/html/NMCheckpoint.html (limited to 'docs/libnm/html/NMCheckpoint.html') diff --git a/docs/libnm/html/NMCheckpoint.html b/docs/libnm/html/NMCheckpoint.html deleted file mode 100644 index 728da0df..00000000 --- a/docs/libnm/html/NMCheckpoint.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - -NMCheckpoint: libnm Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

NMCheckpoint

-

NMCheckpoint

-
-
-

Functions

-
---- - - - - - - - - - - - - - - -
const GPtrArray * - -nm_checkpoint_get_devices () -
-gint64 - -nm_checkpoint_get_created () -
-guint32 - -nm_checkpoint_get_rollback_timeout () -
-
-
-

Properties

-
----- - - - - - - - - - - - - - - - - - -
gint64createdRead
-GPtrArray *devicesRead
guintrollback-timeoutRead
-
-
-

Types and Values

-
---- - - - - - - - - - - - - - - - - - - -
#defineNM_CHECKPOINT_DEVICES
#defineNM_CHECKPOINT_CREATED
#defineNM_CHECKPOINT_ROLLBACK_TIMEOUT
 NMCheckpoint
-
-
-

Object Hierarchy

-
    GObject
-    ╰── NMObject
-        ╰── NMCheckpoint
-
-
-
-

Description

-
-
-

Functions

-
-

nm_checkpoint_get_devices ()

-
const GPtrArray *
-nm_checkpoint_get_devices (NMCheckpoint *checkpoint);
-

The devices that are part of this checkpoint.

-
-

Parameters

-
----- - - - - - -

checkpoint

a NMCheckpoint

 
-
-
-

Returns

-

the devices list.

-

[element-type NMDevice]

-
-

Since: 1.12

-
-
-
-

nm_checkpoint_get_created ()

-
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.

-
-

Parameters

-
----- - - - - - -

checkpoint

a NMCheckpoint

 
-
-
-

Returns

-

the timestamp of checkpoint creation.

-
-

Since: 1.12

-
-
-
-

nm_checkpoint_get_rollback_timeout ()

-
guint32
-nm_checkpoint_get_rollback_timeout (NMCheckpoint *checkpoint);
-

Gets the timeout in seconds for automatic rollback.

-
-

Parameters

-
----- - - - - - -

checkpoint

a NMCheckpoint

 
-
-
-

Returns

-

the rollback timeout.

-
-

Since: 1.12

-
-
-
-

Types and Values

-
-

NM_CHECKPOINT_DEVICES

-
#define NM_CHECKPOINT_DEVICES          "devices"
-
-
-
-
-

NM_CHECKPOINT_CREATED

-
#define NM_CHECKPOINT_CREATED          "created"
-
-
-
-
-

NM_CHECKPOINT_ROLLBACK_TIMEOUT

-
#define NM_CHECKPOINT_ROLLBACK_TIMEOUT "rollback-timeout"
-
-
-
-
-

NMCheckpoint

-
typedef struct _NMCheckpoint NMCheckpoint;
-

Since: 1.12

-
-
-
-

Property Details

-
-

The “created” property

-
  “created”                  gint64
-

The timestamp (in CLOCK_BOOTTIME milliseconds) of checkpoint creation.

-

Owner: NMCheckpoint

-

Flags: Read

-

Default value: 0

-

Since: 1.12

-
-
-
-

The “devices” property

-
  “devices”                  GPtrArray *
-

The devices that are part of this checkpoint.

-

[type GPtrArray(NMDevice)]

-

Owner: NMCheckpoint

-

Flags: Read

-

Since: 1.12

-
-
-
-

The “rollback-timeout” property

-
  “rollback-timeout”         guint
-

Timeout in seconds for automatic rollback, or zero.

-

Owner: NMCheckpoint

-

Flags: Read

-

Default value: 0

-

Since: 1.12

-
-
-
- - - \ No newline at end of file -- cgit 1.3.0-6-gf8a5