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

@@ -27,7 +27,6 @@
#include "hexchat.h"
#include "hexchatc.h"
#define DBUS_SERVICE "org.hexchat.service"
#define DBUS_REMOTE_PATH "/org/hexchat/Remote"
#define DBUS_REMOTE_INTERFACE "org.hexchat.plugin"