<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node name="/org/libvirt/secret">
  <interface name="org.libvirt.Secret">
    <property name="UUID" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-secret.html#virSecretGetUUIDString"/>
      <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
    </property>
    <property name="UsageID" type="s" access="read">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-secret.html#virSecretGetUsageID"/>
      <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
    </property>
    <property name="UsageType" type="i" access="read">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-secret.html#virSecretGetUsageType"/>
      <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/>
    </property>
    <method name="GetValue">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-secret.html#virSecretGetValue"/>
      <arg name="flags" type="u" direction="in"/>
      <arg name="value" type="ay" direction="out"/>
    </method>
    <method name="GetXMLDesc">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-secret.html#virSecretGetXMLDesc"/>
      <arg name="flags" type="u" direction="in"/>
      <arg name="xml" type="s" direction="out"/>
    </method>
    <method name="SetValue">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-secret.html#virSecretSetValue"/>
      <arg name="value" type="ay" direction="in"/>
      <arg name="flags" type="u" direction="in"/>
    </method>
    <method name="Undefine">
      <annotation name="org.gtk.GDBus.DocString"
        value="See https://libvirt.org/html/libvirt-libvirt-secret.html#virSecretUndefine"/>
    </method>
  </interface>
</node>
