diff options
author | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-12-05 18:31:54 +0000 |
---|---|---|
committer | Simon McVittie <smcv@celebrin.pseudorandom.co.uk> | 2006-12-05 18:31:54 +0000 |
commit | 42ea333ddd2351b4dc87c12089efbda89165783b (patch) | |
tree | 4c7abbe6d7d5dea1b69428092e86a3da03832ea8 /_dbus_bindings/module.c | |
parent | 4779424a806aecfce2754eb8fc4673f0ce35823e (diff) | |
download | dbus-python-42ea333ddd2351b4dc87c12089efbda89165783b.tar.gz |
_dbus_bindings/module.c: Add Constructor, Supported usage field declarations for epydoc
Diffstat (limited to '_dbus_bindings/module.c')
-rw-r--r-- | _dbus_bindings/module.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_dbus_bindings/module.c b/_dbus_bindings/module.c index 98be546..8ab937d 100644 --- a/_dbus_bindings/module.c +++ b/_dbus_bindings/module.c @@ -31,7 +31,11 @@ PyDoc_STRVAR(module_doc, "Low-level Python bindings for libdbus. Don't use this module directly -\n" "the public API is provided by the `dbus`, `dbus.service`, `dbus.mainloop`\n" -"and `dbus.mainloop.glib` modules.\n"); +"and `dbus.mainloop.glib` modules.\n" +"\n" +":NewField Constructor: Constructor\n" +":NewField SupportedUsage: Supported usage\n" +); #include "debug-impl.h" /* DBG, USING_DBG, DBG_EXC */ #include "generic-impl.h" /* Non D-Bus support code */ |