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

Sun, 10 Aug 2025 23:44:08 +0800

author
Gong Zhile <gongzl@stu.hebust.edu.cn>
date
Sun, 10 Aug 2025 23:44:08 +0800
branch
purple_conversation_find_message_by_id
changeset 43309
099e1dfb856b
parent 42188
04c0398f1046
permissions
-rw-r--r--

Add Purple.Conversation.find_message_by_id

The method was added so that a protocol or plugin could easily lookup
for the reference for a message. This will be especially useful when a
protocol received a quoted message but only with an id.

<?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