diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 15:18:43 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 15:18:43 +0200 |
commit | 746d9b542bb70764366e2dd406e74a60893aa192 (patch) | |
tree | 05c171bc06e88a159c06d710f9d42909b894adbc /src/common/dbus/example.c | |
parent | 1b0c07f8ea3415ebc4dcae2f87e5d529a83bb7b9 (diff) |
Complete the rebranding of the D-Bus plugin
Diffstat (limited to 'src/common/dbus/example.c')
-rw-r--r-- | src/common/dbus/example.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/dbus/example.c b/src/common/dbus/example.c index 1d072785..98f7fecc 100644 --- a/src/common/dbus/example.c +++ b/src/common/dbus/example.c @@ -24,10 +24,10 @@ #include <stdlib.h> #include "marshallers.h" -#define DBUS_SERVICE "org.xchat.service" -#define DBUS_REMOTE "/org/xchat/Remote" -#define DBUS_REMOTE_CONNECTION_INTERFACE "org.xchat.connection" -#define DBUS_REMOTE_PLUGIN_INTERFACE "org.xchat.plugin" +#define DBUS_SERVICE "org.hexchat.service" +#define DBUS_REMOTE "/org/hexchat/Remote" +#define DBUS_REMOTE_CONNECTION_INTERFACE "org.hexchat.connection" +#define DBUS_REMOTE_PLUGIN_INTERFACE "org.hexchat.plugin" guint command_id; guint server_id; |