[ Avaa Bypassed ]




Upload:

Command:

www-data@18.191.37.17: ~ $
<!DOCTYPE node PUBLIC
"-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node name="/" xmlns:doc="https://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name='org.freedesktop.ColorHelper'>
    <doc:doc>
      <doc:description>
        <doc:para>
          The interface used for general calibration queries not related
          to specific device types, for example displays.
        </doc:para>
      </doc:description>
    </doc:doc>

    <!--***********************************************************-->
    <property name='DaemonVersion' type='s' access='read'>
      <doc:doc>
        <doc:description>
          <doc:para>
            The daemon version.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>
  </interface>

  <interface name='org.freedesktop.ColorHelper.Display'>
    <doc:doc>
      <doc:description>
        <doc:para>
          The interface used for calibrating displays.
        </doc:para>
      </doc:description>
    </doc:doc>

    <!--***********************************************************-->
    <property name='Progress' type='u' access='read'>
      <doc:doc>
        <doc:description>
          <doc:para>
            The percentage complete of the calibration.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>

    <!--***********************************************************-->
    <method name='Start'>
      <doc:doc>
        <doc:description>
          <doc:para>
            Starts the calibration.
          </doc:para>
        </doc:description>
      </doc:doc>
      <arg type='s' name='device_id' direction='in'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              The device ID, e.g. <doc:tt>xrandr-LVDS1</doc:tt>.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
      <arg type='s' name='profile_id' direction='in'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              The profile ID, e.g. <doc:tt>sensor-colorhug</doc:tt>.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
      <arg type='a{sv}' name='options' direction='in'>
        <annotation name="org.qtproject.QtDBus.QtTypeName.In2" value="QVariantMap"/>
        <doc:doc>
          <doc:summary>
            <doc:para>
              Optional parameters that will influence the calibration.
              Known keys are:
              <doc:tt>Quality</doc:tt> : (u) The calibration quality, where 0 is low, 1 is medium and
              2 is high.
              <doc:tt>Whitepoint</doc:tt> : (u) The target whitepoint in Kelvin, or 0 or native.
              <doc:tt>Title</doc:tt> : (s) The profile title, e.g. <doc:tt>Lenovo T61</doc:tt>.
              <doc:tt>DeviceKind</doc:tt> : (u) The CdSensorCap for the display.
              <doc:tt>Brightness</doc:tt> : (u) The display brightness.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
    </method>

    <!--***********************************************************-->
    <method name='Cancel'>
      <doc:doc>
        <doc:description>
          <doc:para>
            Cancel the calibration that is in progress.
          </doc:para>
        </doc:description>
      </doc:doc>
    </method>

    <!--***********************************************************-->
    <method name='Resume'>
      <doc:doc>
        <doc:description>
          <doc:para>
            Resume the calibration that is in progress.
          </doc:para>
        </doc:description>
      </doc:doc>
    </method>

    <!-- ************************************************************ -->
    <signal name='Finished'>
      <doc:doc>
        <doc:description>
          <doc:para>
            The calibration process has been completed.
          </doc:para>
        </doc:description>
      </doc:doc>
      <arg type='u' name='error_code' direction='out'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              An error code, or 0 for no error. The error code is
              specified in CdMainError.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
      <arg type='a{sv}' name='details' direction='out'>
        <annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="QVariantMap"/>
        <doc:doc>
          <doc:summary>
            <doc:para>
              Extra data from the calibration that may be useful to
              client software.
              Known keys are:
              <doc:tt>ProfileId</doc:tt> : (s) The ID of the profile.
              <doc:tt>ProfilePath</doc:tt> : (s) The object path of the profile.
              <doc:tt>ErrorDetails</doc:tt>: (s) Any untranslated error detail string.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
    </signal>

    <!-- ************************************************************ -->
    <signal name='UpdateSample'>
      <doc:doc>
        <doc:description>
          <doc:para>
            Emitted when the controller should update the RGB patch on
            the screen. The controller has 100ms to update the display.
          </doc:para>
        </doc:description>
      </doc:doc>
      <arg type='d' name='red' direction='out'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              The red value from 0.0 to 1.0
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
      <arg type='d' name='green' direction='out'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              The red value from 0.0 to 1.0
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
      <arg type='d' name='blue' direction='out'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              The red value from 0.0 to 1.0
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
    </signal>

    <!-- ************************************************************ -->
    <signal name='UpdateGamma'>
      <doc:doc>
        <doc:description>
          <doc:para>
            Emitted when the controller should update the gamma ramps
            for the screen.
            The controller has 50ms to update the display.
          </doc:para>
        </doc:description>
      </doc:doc>
      <arg type='a(ddd)' name='gamma' direction='out'>
      <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="CdGammaList"/>
        <doc:doc>
          <doc:summary>
            <doc:para>
              The red, green and blue ramps, which should be
              interpolated to match the display gamma size.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
    </signal>

    <!-- ************************************************************ -->
    <signal name='InteractionRequired'>
      <doc:doc>
        <doc:description>
          <doc:para>
            Emitted when the user needs to do something.
          </doc:para>
        </doc:description>
      </doc:doc>
      <arg type='u' name='code' direction='out'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              The interaction code, where:
              0 = attach to screen
              1 = move to calibration mode.
              2 = move to surface mode.
              3 = shut the laptop lid.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
      <arg type='s' name='message' direction='out'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              Any debugging message for the interaction.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
      <arg type='s' name='image' direction='out'>
        <doc:doc>
          <doc:summary>
            <doc:para>
              An image to show what interaction is required, or '' for
              no image available.
            </doc:para>
          </doc:summary>
        </doc:doc>
      </arg>
    </signal>

  </interface>
</node>

Filemanager

Name Type Size Permission Actions
com.canonical.UbuntuAdvantage.xml File 825 B 0644
net.reactivated.Fprint.Device.xml File 21.22 KB 0644
net.reactivated.Fprint.Manager.xml File 1.39 KB 0644
org.fedoraproject.Config.Printing.xml File 9.51 KB 0644
org.freedesktop.Accounts.User.xml File 38.65 KB 0644
org.freedesktop.Accounts.xml File 9.16 KB 0644
org.freedesktop.Avahi.AddressResolver.xml File 1.57 KB 0644
org.freedesktop.Avahi.DomainBrowser.xml File 1.66 KB 0644
org.freedesktop.Avahi.EntryGroup.xml File 3.51 KB 0644
org.freedesktop.Avahi.HostNameResolver.xml File 1.57 KB 0644
org.freedesktop.Avahi.RecordBrowser.xml File 1.86 KB 0644
org.freedesktop.Avahi.Server.xml File 7.51 KB 0644
org.freedesktop.Avahi.ServiceBrowser.xml File 1.79 KB 0644
org.freedesktop.Avahi.ServiceResolver.xml File 1.82 KB 0644
org.freedesktop.Avahi.ServiceTypeBrowser.xml File 1.73 KB 0644
org.freedesktop.ColorHelper.xml File 7.95 KB 0644
org.freedesktop.ColorManager.Device.xml File 16.48 KB 0644
org.freedesktop.ColorManager.Profile.xml File 7.49 KB 0644
org.freedesktop.ColorManager.Sensor.xml File 10.56 KB 0644
org.freedesktop.ColorManager.xml File 25.75 KB 0644
org.freedesktop.GeoClue2.Agent.xml File 1.92 KB 0644
org.freedesktop.GeoClue2.Client.xml File 4.35 KB 0644
org.freedesktop.GeoClue2.Location.xml File 2.58 KB 0644
org.freedesktop.GeoClue2.Manager.xml File 2.99 KB 0644
org.freedesktop.GeoClue2.xml File 2 KB 0644
org.freedesktop.PackageKit.Transaction.xml File 85.9 KB 0644
org.freedesktop.PackageKit.xml File 21.5 KB 0644
org.freedesktop.RealtimeKit1.xml File 2.13 KB 0644
org.freedesktop.UPower.Device.xml File 26.28 KB 0644
org.freedesktop.UPower.KbdBacklight.xml File 4.08 KB 0644
org.freedesktop.UPower.Wakeups.xml File 4.04 KB 0644
org.freedesktop.UPower.xml File 7.83 KB 0644
org.freedesktop.bolt.xml File 15.85 KB 0644
org.freedesktop.fwupd.xml File 26.82 KB 0644
org.gnome.Shell.Extensions.xml File 7.73 KB 0644
org.gnome.Shell.Introspect.xml File 2.66 KB 0644
org.gnome.Shell.PadOsd.xml File 861 B 0644
org.gnome.Shell.Screencast.xml File 4.28 KB 0644
org.gnome.Shell.Screenshot.xml File 5.6 KB 0644
org.gnome.ShellSearchProvider.xml File 3.6 KB 0644
org.gnome.ShellSearchProvider2.xml File 4.39 KB 0644