libpurple/reference/libpurple.toml.in

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 43213
078c9e626db9
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.

[library]
version = "@PURPLE_MAJOR_VERSION@.@PURPLE_MINOR_VERSION@.@PURPLE_MICRO_VERSION@"
browse_url = "https://keep.imfreedom.org/pidgin/pidgin/"
repository_url = "https://keep.imfreedom.org/pidgin/pidgin/"
website_url = "https://keep.imfreedom.org/pidgin/pidgin/"
authors = "Pidgin Developers"
logo_url = ""
license = "GPL-2.0-or-later"
description = "Purple Universal Chat Library"
dependencies = [ "GLib-2.0", "GObject-2.0", "GPlugin-1.0", "Pango-1.0" ]
devhelp = true
search_index = true

  [dependencies."GLib-2.0"]
  name = "GLib"
  description = "General-purpose, portable utility library."
  docs_url = "https://docs.gtk.org/glib/"

  [dependencies."GObject-2.0"]
  name = "GObject"
  description = "The base type system library"
  docs_url = "https://docs.gtk.org/gobject/"

  [dependencies."GPlugin-1.0"]
  name = "GPlugin"
  description = "GPlugin Plugin Library"
  docs_urls = "https://docs.imfreedom.org/gplugin/"

  [dependencies."Pango-1.0"]
  name = "Pango"
  description = "Internationalized text layout and rendering"
  docs_url = "https://docs.gtk.org/Pango/"

[theme]
name = "basic"
show_index_summary = true
show_class_hierarchy = true

[source-location]
base_url = "https://keep.imfreedom.org/pidgin/pidgin/file/default/"

[extra]
# The same order will be used when generating the index
content_files = [
  "contributing.md",
  "section-commands.md",
  "tut_c_plugins.md",
]
content_images = [
]
urlmap_file = "urlmap.js"

[[object]]
pattern = "DEPRECATED_IN_*"
hidden = true

[[object]]
name = "DEPRECATED_FOR"
hidden = true

[[object]]
name = "UNAVAILABLE"
hidden = true

[[object]]
name = "UNAVAILABLE_MACRO"
hidden = true

[[object]]
name = "UNAVAILABLE_STATIC_INLINE"
hidden = true

[[object]]
name = "UNAVAILABLE_TYPE"
hidden = true

mercurial