summaryrefslogtreecommitdiff
path: root/dbus/dbus-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-shared.h')
-rw-r--r--dbus/dbus-shared.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dbus/dbus-shared.h b/dbus/dbus-shared.h
index 6a576704..b6b29b32 100644
--- a/dbus/dbus-shared.h
+++ b/dbus/dbus-shared.h
@@ -80,6 +80,10 @@ typedef enum
#define DBUS_PATH_DBUS "/org/freedesktop/DBus"
/** The object path used in local/in-process-generated messages. */
#define DBUS_PATH_LOCAL "/org/freedesktop/DBus/Local"
+#ifdef HAVE_AFBUS
+/** The object path used for AF_BUS sockets. */
+#define DBUS_PATH_AFBUS "/org/freedesktop/DBus/AF_BUS"
+#endif
/* Interfaces, these #define don't do much other than
* catch typos at compile time
@@ -92,6 +96,10 @@ typedef enum
#define DBUS_INTERFACE_PROPERTIES "org.freedesktop.DBus.Properties"
/** The interface supported by most dbus peers */
#define DBUS_INTERFACE_PEER "org.freedesktop.DBus.Peer"
+#ifdef HAVE_AFBUS
+/** The interface supported by AF_BUS transport */
+#define DBUS_INTERFACE_AFBUS "org.freedesktop.DBus.AF_BUS"
+#endif
/** This is a special interface whose methods can only be invoked
* by the local implementation (messages from remote apps aren't