Codebase list policykit-1-gnome / debian/0.9.2-2 src / polkit-gnome-manager.xml
debian/0.9.2-2

Tree @debian/0.9.2-2 (Download .tar.gz)

polkit-gnome-manager.xml @debian/0.9.2-2raw · history · blame

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

<node name="/">

  <!-- this interface is deprecated and will be removed in a future release -->
  <interface name="org.gnome.PolicyKit.Manager">
    <method name="ShowDialog">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>

      <!-- IN: PolicyKit action identifier; see PolKitAction -->
      <arg name="action_id" direction="in" type="s"/>

      <!-- IN: X11 window ID for the top-level X11 window the dialog will be transient for. -->
      <arg name="xid" direction="in" type="u"/>

      <!-- OUT: whether the user gained the authorization -->
      <arg name="gained_authorization" direction="out" type="b"/>

    </method>
  </interface>

  <interface name="org.freedesktop.PolicyKit.AuthenticationAgent">
    <method name="ObtainAuthorization">
      <annotation name="org.freedesktop.DBus.GLib.Async" value=""/>

      <!-- IN: PolicyKit action identifier; see PolKitAction -->
      <arg name="action_id" direction="in" type="s"/>

      <!-- IN: X11 window ID for the top-level X11 window the dialog will be transient for. -->
      <arg name="xid" direction="in" type="u"/>

      <!-- IN: Process ID to grant authorization to -->
      <arg name="pid" direction="in" type="u"/>

      <!-- OUT: whether the user gained the authorization -->
      <arg name="gained_authorization" direction="out" type="b"/>

    </method>
  </interface>

</node>