summaryrefslogtreecommitdiff
path: root/include/dbus-python.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2006-12-19 15:57:11 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2006-12-19 15:57:11 +0000
commit6020c7f6252833c2d5bf890c68335ee4cc6f777c (patch)
treed91551e05f02cf1f9e94acb272f5b55b01af6a4e /include/dbus-python.h
parent75111a7da5f12f3f01d736694158ea266926139b (diff)
downloaddbus-python-6020c7f6252833c2d5bf890c68335ee4cc6f777c.tar.gz
dbus-python.h: Alter header comment, use a better cpp define name for the multiple-inclusion guard
Diffstat (limited to 'include/dbus-python.h')
-rw-r--r--include/dbus-python.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/include/dbus-python.h b/include/dbus-python.h
index e1fe288..838fd18 100644
--- a/include/dbus-python.h
+++ b/include/dbus-python.h
@@ -1,5 +1,7 @@
-/* C API for _dbus_bindings, used by _dbus_glib_bindings.
- * This file is currently Python-version-independent.
+/* C API for _dbus_bindings, used by _dbus_glib_bindings and any third-party
+ * main loop integration which might happen in future.
+ *
+ * This file is currently Python-version-independent - please keep it that way.
*
* Copyright (C) 2006 Collabora Ltd.
*
@@ -23,8 +25,8 @@
*
*/
-#ifndef DBUS_BINDINGS_H
-#define DBUS_BINDINGS_H
+#ifndef DBUS_PYTHON_H
+#define DBUS_PYTHON_H
#include <Python.h>
#define DBUS_API_SUBJECT_TO_CHANGE 1