aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-11-16 11:51:01 -0500
committerThomas Harning Jr <harningt@gmail.com>2007-11-16 11:51:01 -0500
commit67c8c2f9b3a34175afc5f9f997cee71a9139332c (patch)
treedef2e0e0fa301748ea6a3bfcab95f477fa77c1ab /doc
parent39fa0b0f135da37b00842c8f85cf1c814cd7d549 (diff)
downloadluaevent-prosody-67c8c2f9b3a34175afc5f9f997cee71a9139332c.tar.gz
luaevent-prosody-67c8c2f9b3a34175afc5f9f997cee71a9139332c.zip
docs: Beginning of luaevent.core documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/luaevent.core.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/modules/luaevent.core.mdwn b/doc/modules/luaevent.core.mdwn
index e69de29..7408970 100644
--- a/doc/modules/luaevent.core.mdwn
+++ b/doc/modules/luaevent.core.mdwn
@@ -0,0 +1,17 @@
+----
+Constants:
+
+* `LEAVE` - When returned will cause event callback to be cancelled
+* `EV_READ`
+* `EV_WRITE`
+* `EV_TIMEOUT`
+* `EVBUFFER_READ`
+* `EVBUFFER_WRITE`
+* `EVBUFFER_EOF`
+* `EVBUFFER_ERROR`
+* `EVBUFFER_TIMEOUT`
+
+Functions:
+
+[[toc levels=1]]
+