Blame introspection/org.freedesktop.NetworkManager.Checkpoint.xml

Packit 5756e2
Packit 5756e2
<node name="/">
Packit 5756e2
Packit 5756e2
  
Packit 5756e2
      org.freedesktop.NetworkManager.Checkpoint:
Packit 5756e2
      @short_description: Configuration and State Snapshot
Packit 5756e2
Packit 5756e2
      A snapshot of NetworkManager state for a given device list
Packit 5756e2
  -->
Packit 5756e2
  <interface name="org.freedesktop.NetworkManager.Checkpoint">
Packit 5756e2
    <annotation name="org.gtk.GDBus.C.Name" value="Checkpoint"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Devices:
Packit 5756e2
Packit 5756e2
        Array of object paths for devices which are part of this
Packit 5756e2
        checkpoint.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Devices" type="ao" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Created:
Packit 5756e2
Packit 5756e2
        The timestamp (in CLOCK_BOOTTIME milliseconds) of checkpoint creation.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Created" type="x" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        RollbackTimeout:
Packit 5756e2
Packit 5756e2
        Timeout in seconds for automatic rollback, or zero.
Packit 5756e2
    -->
Packit 5756e2
    <property name="RollbackTimeout" type="u" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        PropertiesChanged:
Packit 5756e2
        @properties: A dictionary mapping property names to variant boxed values
Packit 5756e2
Packit 5756e2
        DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
Packit 5756e2
    -->
Packit 5756e2
    <signal name="PropertiesChanged">
Packit 5756e2
      <arg name="properties" type="a{sv}"/>
Packit 5756e2
    </signal>
Packit 5756e2
  </interface>
Packit 5756e2
</node>