about summary refs log tree commit diff
path: root/docs/libnm/html/NMCheckpoint.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libnm/html/NMCheckpoint.html')
-rw-r--r--docs/libnm/html/NMCheckpoint.html80
1 files changed, 79 insertions, 1 deletions
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 @@
 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
 <td width="100%" align="left" class="shortcuts">
 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
-                  <a href="#NMCheckpoint.description" class="shortcut">Description</a></span>
+                  <a href="#NMCheckpoint.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
+                  <a href="#NMCheckpoint.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> 
+                  <a href="#NMCheckpoint.properties" class="shortcut">Properties</a></span>
 </td>
 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
 <td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
@@ -66,6 +68,34 @@
 </table></div>
 </div>
 <div class="refsect1">
+<a name="NMCheckpoint.properties"></a><h2>Properties</h2>
+<div class="informaltable"><table class="informaltable" border="0">
+<colgroup>
+<col width="150px" class="properties_type">
+<col width="300px" class="properties_name">
+<col width="200px" class="properties_flags">
+</colgroup>
+<tbody>
+<tr>
+<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></td>
+<td class="property_name"><a class="link" href="NMCheckpoint.html#NMCheckpoint--created" title="The “created” property">created</a></td>
+<td class="property_flags">Read</td>
+</tr>
+<tr>
+<td class="property_type">
+<a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</td>
+<td class="property_name"><a class="link" href="NMCheckpoint.html#NMCheckpoint--devices" title="The “devices” property">devices</a></td>
+<td class="property_flags">Read</td>
+</tr>
+<tr>
+<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
+<td class="property_name"><a class="link" href="NMCheckpoint.html#NMCheckpoint--rollback-timeout" title="The “rollback-timeout” property">rollback-timeout</a></td>
+<td class="property_flags">Read</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<div class="refsect1">
 <a name="NMCheckpoint.other"></a><h2>Types and Values</h2>
 <div class="informaltable"><table class="informaltable" width="100%" border="0">
 <colgroup>
@@ -85,10 +115,21 @@
 <td class="define_keyword">#define</td>
 <td class="function_name"><a class="link" href="NMCheckpoint.html#NM-CHECKPOINT-ROLLBACK-TIMEOUT:CAPS" title="NM_CHECKPOINT_ROLLBACK_TIMEOUT">NM_CHECKPOINT_ROLLBACK_TIMEOUT</a></td>
 </tr>
+<tr>
+<td class="datatype_keyword"> </td>
+<td class="function_name"><a class="link" href="NMCheckpoint.html#NMCheckpoint-struct" title="NMCheckpoint">NMCheckpoint</a></td>
+</tr>
 </tbody>
 </table></div>
 </div>
 <div class="refsect1">
+<a name="NMCheckpoint.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="screen">    <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
+    <span class="lineart">╰──</span> <a class="link" href="NMObject.html" title="NMObject">NMObject</a>
+        <span class="lineart">╰──</span> NMCheckpoint
+</pre>
+</div>
+<div class="refsect1">
 <a name="NMCheckpoint.description"></a><h2>Description</h2>
 </div>
 <div class="refsect1">
@@ -196,6 +237,43 @@ nm_checkpoint_get_rollback_timeout (<em class="parameter"><code><a class="link"
 <pre class="programlisting">#define NM_CHECKPOINT_ROLLBACK_TIMEOUT "rollback-timeout"
 </pre>
 </div>
+<hr>
+<div class="refsect2">
+<a name="NMCheckpoint-struct"></a><h3>NMCheckpoint</h3>
+<pre class="programlisting">typedef struct _NMCheckpoint NMCheckpoint;</pre>
+</div>
+</div>
+<div class="refsect1">
+<a name="NMCheckpoint.property-details"></a><h2>Property Details</h2>
+<div class="refsect2">
+<a name="NMCheckpoint--created"></a><h3>The <code class="literal">“created”</code> property</h3>
+<pre class="programlisting">  “created”                  <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint64"><span class="type">gint64</span></a></pre>
+<p>The timestamp (in CLOCK_BOOTTIME milliseconds) of checkpoint creation.</p>
+<p>Owner: NMCheckpoint</p>
+<p>Flags: Read</p>
+<p>Default value: 0</p>
+<p class="since">Since: 1.12</p>
+</div>
+<hr>
+<div class="refsect2">
+<a name="NMCheckpoint--devices"></a><h3>The <code class="literal">“devices”</code> property</h3>
+<pre class="programlisting">  “devices”                  <a href="https://developer.gnome.org/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> *</pre>
+<p>The devices that are part of this checkpoint.</p>
+<p><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GPtrArray(NMDevice)]</span></p>
+<p>Owner: NMCheckpoint</p>
+<p>Flags: Read</p>
+<p class="since">Since: 1.12</p>
+</div>
+<hr>
+<div class="refsect2">
+<a name="NMCheckpoint--rollback-timeout"></a><h3>The <code class="literal">“rollback-timeout”</code> property</h3>
+<pre class="programlisting">  “rollback-timeout”         <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
+<p>Timeout in seconds for automatic rollback, or zero.</p>
+<p>Owner: NMCheckpoint</p>
+<p>Flags: Read</p>
+<p>Default value: 0</p>
+<p class="since">Since: 1.12</p>
+</div>
 </div>
 </div>
 <div class="footer">