From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMCheckpoint.html | 80 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMCheckpoint.html') diff --git a/docs/libnm/html/NMCheckpoint.html b/docs/libnm/html/NMCheckpoint.html index 87f2a9c8..57a729dd 100644 --- a/docs/libnm/html/NMCheckpoint.html +++ b/docs/libnm/html/NMCheckpoint.html @@ -15,7 +15,9 @@ @@ -66,6 +68,34 @@
+

Properties

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

Types and Values

@@ -85,10 +115,21 @@ + + + +
#define NM_CHECKPOINT_ROLLBACK_TIMEOUT
 NMCheckpoint
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMCheckpoint
+
+
+

Description

@@ -196,6 +237,43 @@ nm_checkpoint_get_rollback_timeout (#define NM_CHECKPOINT_ROLLBACK_TIMEOUT "rollback-timeout"
+
+
+

NMCheckpoint

+
typedef struct _NMCheckpoint NMCheckpoint;
+
+ +
+

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

+