package_revision.h.in

Tue, 27 Nov 2018 16:42:53 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Tue, 27 Nov 2018 16:42:53 -0600
changeset 39354
db17ba548304
parent 38462
995638b4ec74
permissions
-rw-r--r--

libpurple: Drop DBus API bindings

This patch drops the general libpurple DBus API bindings. These
bindings were generated using the old DBus library and reached far
and wide within libpurple. Now that GObject introspection exists,
if we need a general DBus API like this, a plugin can do it
dynamically using the introspection. Although, I believe that more
use-case specific plugins/interfaces should be made, if needed,
instead.

38462
995638b4ec74 Add finch to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 #define REVISION "@VCS_TAG@"

mercurial