dbus: Add option to use app-id for bus name

This is required for Flatpak but is an API break so it is opt-in
for now.
This commit is contained in:
Patrick Griffis
2018-02-18 04:44:59 -05:00
parent 23c7e7c3da
commit 8aa3b03261
5 changed files with 17 additions and 4 deletions

View File

@@ -32,7 +32,6 @@
#define PDESC _("plugin for remote access using DBUS")
#define PVERSION ""
#define DBUS_SERVICE "org.hexchat.service"
#define DBUS_OBJECT_PATH "/org/hexchat"
static hexchat_plugin *ph;