summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-29 21:56:37 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-29 21:56:37 +0000
commitae759bff511cfbd28bdb668a532ba9169d05af2d (patch)
treee6573551a278025e7220c0788de8beb80ff2d600 /dbus/dbus.h
parent2a708128adc5e825471a3a63d6bc7a53005ae237 (diff)
2003-04-29 Havoc Pennington <hp@redhat.com>
* dbus-1.pc.in, dbus-glib-1.pc.in: rename these from dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the parallel install API version, not with the D-BUS package version. * HACKING: move some of README over here * README: updates, and document API/ABI policy * configure.in: reindentation
Diffstat (limited to 'dbus/dbus.h')
-rw-r--r--dbus/dbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus.h b/dbus/dbus.h
index d7fec9b9..0dd072ac 100644
--- a/dbus/dbus.h
+++ b/dbus/dbus.h
@@ -27,7 +27,7 @@
#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."
+#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. See the README for a full explanation."
#endif
#include <dbus/dbus-arch-deps.h>