doc/modules/luaevent.core.bufferevent.mdwn

changeset 56
b5b5ff03a4a3
parent 47
14d548920f6d
child 57
e20f175aa158
--- a/doc/modules/luaevent.core.bufferevent.mdwn	Sun Nov 25 17:41:48 2007 -0500
+++ b/doc/modules/luaevent.core.bufferevent.mdwn	Sun Nov 25 17:43:57 2007 -0500
@@ -26,3 +26,9 @@
 * Releases the bufferevent
 	* Disconnects event buffers since they were owned by the bufferevent object in 'C' land
 	* Disconnects all references so that any erroneous callbacks don't cause failures
+
+## bufferevent:get_read
+* Obtains the input buffer associated w/ the bufferevent
+
+## bufferevent:get_write
+* Obtains the output buffer associated w/ the bufferevent

mercurial