diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-08-10 02:10:22 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-08-10 02:10:22 +0000 |
| commit | b1b54c58af7cd9419631d7b82b860a7b19097836 (patch) | |
| tree | bd0a8c8cd93ad473a3d835de14b2481d3c5a5c83 /objects/dcc-chat-object.c | |
| parent | c0ac6d60c5319a08148d743fd03ba3f66b22dfe0 (diff) | |
| download | irssi-python-b1b54c58af7cd9419631d7b82b860a7b19097836.tar.gz irssi-python-b1b54c58af7cd9419631d7b82b860a7b19097836.tar.xz irssi-python-b1b54c58af7cd9419631d7b82b860a7b19097836.zip | |
added function headers to documentation of module and all objects.
added MainWindow object
git-svn-id: http://svn.irssi.org/repos/irssi-python@4310 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'objects/dcc-chat-object.c')
| -rw-r--r-- | objects/dcc-chat-object.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/objects/dcc-chat-object.c b/objects/dcc-chat-object.c index c7e25f9..5cfe796 100644 --- a/objects/dcc-chat-object.c +++ b/objects/dcc-chat-object.c @@ -48,7 +48,9 @@ static PyGetSetDef PyDccChat_getseters[] = { /* Methods */ PyDoc_STRVAR(PyDccChat_chat_send_doc, - "Send data to a dcc chat session." + "chat_send(data) -> None\n" + "\n" + "Send data to a dcc chat session.\n" ); static PyObject *PyDccChat_chat_send(PyDccChat *self, PyObject *args, PyObject *kwds) { |
