summaryrefslogtreecommitdiffstats
path: root/objects/dcc-chat-object.c
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-08-10 02:10:22 +0000
committerChristopher Davis <loafier@gmail.com>2006-08-10 02:10:22 +0000
commitb1b54c58af7cd9419631d7b82b860a7b19097836 (patch)
treebd0a8c8cd93ad473a3d835de14b2481d3c5a5c83 /objects/dcc-chat-object.c
parentc0ac6d60c5319a08148d743fd03ba3f66b22dfe0 (diff)
downloadirssi-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.c4
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)
{