diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-23 17:16:43 +0100 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-07-23 17:16:43 +0100 |
| commit | 7ef26213b5b3b46444f87a603ee3bb5c6381a56a (patch) | |
| tree | c3631dd5caee38da4825286073a90e1988f07c2f /include/dbus-python.h | |
| parent | 8c2ef87d94525af4b1e7f21e18b0a07b30ab425b (diff) | |
| download | dbus-python-7ef26213b5b3b46444f87a603ee3bb5c6381a56a.tar.gz | |
Require dbus 1.0.
It's been out for ages, and we can finally drop DBUS_API_SUBJECT_TO_CHANGE if we do.
Diffstat (limited to 'include/dbus-python.h')
| -rw-r--r-- | include/dbus-python.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dbus-python.h b/include/dbus-python.h index ff83e71..509c89f 100644 --- a/include/dbus-python.h +++ b/include/dbus-python.h @@ -30,7 +30,6 @@ #define DBUS_PYTHON_H #include <Python.h> -#define DBUS_API_SUBJECT_TO_CHANGE 1 #include <dbus/dbus.h> DBUS_BEGIN_DECLS |
