protocols/ircv3/resources/ircv3.gresource.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 43102
bdddb2c34d88
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"?>
<gresources>
  <gresource prefix="/im/pidgin/libpurple/protocols/ircv3">
    <file>icons/16x16/apps/im-ircv3.png</file>
    <file>icons/22x22/apps/im-ircv3.png</file>
    <file>icons/48x48/apps/im-ircv3.png</file>
    <file>icons/64x64/status/ircv3-badge-founder.png</file>
    <file>icons/64x64/status/ircv3-badge-halfop.png</file>
    <file>icons/64x64/status/ircv3-badge-operator.png</file>
    <file>icons/64x64/status/ircv3-badge-protected.png</file>
    <file>icons/64x64/status/ircv3-badge-voice.png</file>
  </gresource>
</gresources>

mercurial