diff options
| author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-21 19:51:54 +0000 |
|---|---|---|
| committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2006-12-21 19:51:54 +0000 |
| commit | 5b8c9eb452b78ed56b395193f6989ad87eae111b (patch) | |
| tree | 159d2cd223cdd3f2a638cfd74c5fbf38409e0b1e /_dbus_bindings/generic.c | |
| parent | b2e5a27a119ca7b94cd8a343a163bc6639f7c8f9 (diff) | |
| download | dbus-python-5b8c9eb452b78ed56b395193f6989ad87eae111b.tar.gz | |
Improve various type docstrings
Diffstat (limited to '_dbus_bindings/generic.c')
| -rw-r--r-- | _dbus_bindings/generic.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_dbus_bindings/generic.c b/_dbus_bindings/generic.c index 4649274..ff4d2f6 100644 --- a/_dbus_bindings/generic.c +++ b/_dbus_bindings/generic.c @@ -25,6 +25,9 @@ #include "dbus_bindings-internal.h" +/* The empty tuple, held globally since dbus-python turns out to use it quite + * a lot + */ PyObject *dbus_py_empty_tuple = NULL; PyObject * |
