purple: add modules for D-Bus support
commit91b45481c04d15bea5331d9117961afa4738f298
authorStefan Becker <chemobejk@gmail.com>
Sun, 6 Aug 2017 14:54:31 +0000 (6 17:54 +0300)
committerStefan Becker <chemobejk@gmail.com>
Sun, 6 Aug 2017 14:54:31 +0000 (6 17:54 +0300)
tree41ed04b983783fd4bf6b469f403f9d74d58b51d0
parent6f5a7589661d627896848e0e954f63bcf9cd10f9
purple: add modules for D-Bus support

Unfortunately the Python script to generate D-Bus binding is not part of
the libpurple development package. So we can't auto-generate the code in
our build. Instead add the bindings module to the source tree and
include instructions how to update it using the script.
src/purple/Makefile.am
src/purple/purple-dbus-bindings.c [new file with mode: 0644]
src/purple/purple-dbus.c [new file with mode: 0644]
src/purple/purple-dbus.h [new file with mode: 0644]