pidgin/plugins/transparency/im.pidgin.Pidgin.plugin.Transparency.gschema.xml

Mon, 30 Oct 2023 23:13:17 -0500

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Mon, 30 Oct 2023 23:13:17 -0500
changeset 42453
1c13bc243b7d
parent 42188
04c0398f1046
permissions
-rw-r--r--

Remove PidginPluginInfo

The only thing it provides is the "gtk-config-frame-cb" property, but no
plugins use that any more, as they are all using GSettings.

Testing Done:
Compiled.

Reviewed at https://reviews.imfreedom.org/r/2753/

<?xml version="1.0" encoding="utf-8"?>
<schemalist>
  <schema path="/pidgin/plugins/transparency/" id="im.pidgin.Pidgin.plugin.Transparency">
    <key name="alpha" type="i">
      <default>255</default>
      <range min="50" max="255"/>
      <summary>Transparency level</summary>
      <description>
        The opacity applied to a window.
      </description>
    </key>

    <key name="slider" type="b">
      <default>false</default>
      <summary>Show slider bar in windows</summary>
      <description>
        Shows a slider bar in windows with which the transparency level may
        be modified.
      </description>
    </key>

    <key name="solid-on-focus" type="b">
      <default>false</default>
      <summary>Remove window transparency on focus</summary>
      <description>
        Whether to make a window opaque whenever it has focus.
      </description>
    </key>
  </schema>
</schemalist>

mercurial