summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-29 21:27:59 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-29 21:27:59 +0000
commit2a708128adc5e825471a3a63d6bc7a53005ae237 (patch)
tree7e37830efe0a32390e6faa8ab623fd8b59160638 /dbus/dbus.h
parentccc4926813482545ea47e85e8d134d504c68f3e7 (diff)
2003-04-29 Havoc Pennington <hp@redhat.com>
* dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE to use this library" to be sure people have the right expectations.
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>