Mini Shell

Direktori : /usr/share/dbus-1/interfaces/
Upload File :
Current File : //usr/share/dbus-1/interfaces/org.freedesktop.impl.portal.Access.xml

<?xml version="1.0"?>
<!--
 Copyright (C) 2016 Red Hat, Inc.

 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.

 This library is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.

 You should have received a copy of the GNU Lesser General Public
 License along with this library. If not, see <http://www.gnu.org/licenses/>.

 Author: Matthias Clasen <mclasen@redhat.com>
-->

<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <!--
      org.freedesktop.impl.portal.Access:
      @short_description: Interface for presenting an access dialog

      This backend can be used by portal implementations that
      need to ask a direct access question, such as "May xyz
      use the microphone?"
   -->
  <interface name="org.freedesktop.impl.portal.Access">
    <!--
        AccessDialog:
        @handle: Object path to export the Request object at
        @app_id: App id of the application
        @parent_window: Identifier for the application window, see <link linkend="parent_window">Common Conventions</link>
        @title: Title for the dialog
        @subtitle: Subtitle for the dialog
        @body: Body text, may be ""
        @options: Vardict with optional further information
        @response: Numeric response
        @results: Vardict with the results of the call

        Presents a "deny/grant" question to the user.

        Supported keys in the @options include:
        <variablelist>
          <varlistentry>
            <term>modal b</term>
            <listitem><para>Whether to make the dialog modal. Defaults to true.</para></listitem>
          </varlistentry>
          <varlistentry>
            <term>deny_label s</term>
            <listitem><para>Label for the Deny button.</para></listitem>
          </varlistentry>
          <varlistentry>
            <term>grant_label s</term>
            <listitem><para>Label for the Grant button.</para></listitem>
          </varlistentry>
          <varlistentry>
            <term>icon s</term>
            <listitem><para>Icon name for an icon to show in the dialog. This should be a symbolic icon name.</para></listitem>
          </varlistentry>
          <varlistentry>
            <term>choices a(ssa(ss)s)</term>
            <listitem><para>
              List of serialized choices.
              See org.freedesktop.portal.FileChooser.OpenFile() for details.
            </para></listitem>
          </varlistentry>
        </variablelist>

        The following results get returned via the @results vardict:
         <variablelist>
          <varlistentry>
            <term>choices a(ss)</term>
            <listitem><para>
              An array of pairs of strings, corresponding to the passed-in choices.
              See org.freedesktop.portal.FileChooser.OpenFile() for details.
            </para></listitem>
          </varlistentry>
        </variablelist>
     -->
    <method name="AccessDialog">
      <arg type="o" name="handle" direction="in"/>
      <arg type="s" name="app_id" direction="in"/>
      <arg type="s" name="parent_window" direction="in"/>
      <arg type="s" name="title" direction="in"/>
      <arg type="s" name="subtitle" direction="in"/>
      <arg type="s" name="body" direction="in"/>
      <arg type="a{sv}" name="options" direction="in"/>
      <arg type="u" name="response" direction="out"/>
      <arg type="a{sv}" name="results" direction="out"/>
    </method>
  </interface>
</node>

Zerion Mini Shell 1.0