summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus.h')
-rw-r--r--dbus/dbus.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbus/dbus.h b/dbus/dbus.h
index 4285b395..d7fec9b9 100644
--- a/dbus/dbus.h
+++ b/dbus/dbus.h
@@ -26,6 +26,10 @@
#define DBUS_INSIDE_DBUS_H 1
+#ifndef DBUS_API_SUBJECT_TO_CHANGE
+#error "Please define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-BUS hasn't reached 1.0 and is subject to protocol and API churn. That said, you are encouraged to use it and we are actively fixing bugs and believe it to be functional."
+#endif
+
#include <dbus/dbus-arch-deps.h>
#include <dbus/dbus-address.h>
#include <dbus/dbus-bus.h>