doc/reference/pidgin/pidgin.toml.in

Tue, 23 Jan 2024 01:24:59 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 23 Jan 2024 01:24:59 -0600
changeset 42581
73eda937c387
parent 42556
d2088215e302
child 42649
6986f5428d30
permissions
-rw-r--r--

Add purple_contact_info_get_menu and PurpleContactInfo::populate-menu

This is the replacement for the blist-node-extended-menu signal in purple 2.

This uses BirbActionMenu which means libpurple now depends on birb.

Testing Done:
Ran the unit tests under valgrind.

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

[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 = "Pidgin Universal Chat Client"
dependencies = [ "GLib-2.0", "GObject-2.0", "Gtk-4.0", "Purple-3.0", "GPlugin-1.0", "GPlugin-Gtk4-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."Gtk-4.0"]
  name = "Gtk"
  description = "The GTK toolkit"
  docs_url = "https://docs.gtk.org/gtk4/"

  [dependencies."Purple-3.0"]
  name = "Purple"
  description = "Purple Universal Chat Library"
  docs_url = "https://docs.imfreedom.org/purple3/"

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

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

[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 = [
]
content_images = [
]
urlmap_file = "urlmap.js"

mercurial