From 5a2675d174e661c55843b3795afe2d688e7197f9 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Apr 2005 17:15:49 +0000 Subject: New documentation! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1199 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/man/man3/Event.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/man/man3/Event.3') diff --git a/docs/man/man3/Event.3 b/docs/man/man3/Event.3 index 7cb7e8109..40a9d4ea8 100644 --- a/docs/man/man3/Event.3 +++ b/docs/man/man3/Event.3 @@ -1,4 +1,4 @@ -.TH "Event" 3 "20 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "Event" 3 "26 Apr 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -58,7 +58,7 @@ The Event class is a unicast message directed at all modules. When the class is properly instantiated it may be sent to all modules using the \fBSend()\fP method, which will trigger the OnEvent method in all modules passing the object as its parameter. .PP -Definition at line 191 of file modules.h. +Definition at line 194 of file modules.h. .SH "Constructor & Destructor Documentation" .PP .SS "Event::Event (char * anydata, \fBModule\fP * src, std::string eventid)" @@ -121,17 +121,17 @@ References FOREACH_MOD. .PP .SS "char* \fBEvent::data\fP\fC [protected]\fP" .PP -This member holds a pointer to arbitary data set by the emitter of the message. Definition at line 196 of file modules.h. +This member holds a pointer to arbitary data set by the emitter of the message. Definition at line 199 of file modules.h. .PP Referenced by GetData(). .SS "std::string \fBEvent::id\fP\fC [protected]\fP" .PP -The event identifier. This is arbitary text which should be used to distinguish one type of event from another. Definition at line 205 of file modules.h. +The event identifier. This is arbitary text which should be used to distinguish one type of event from another. Definition at line 208 of file modules.h. .PP Referenced by GetEventID(). .SS "\fBModule\fP* \fBEvent::source\fP\fC [protected]\fP" .PP -This is a pointer to the sender of the message, which can be used to directly trigger events, or to create a reply. Definition at line 200 of file modules.h. +This is a pointer to the sender of the message, which can be used to directly trigger events, or to create a reply. Definition at line 203 of file modules.h. .PP Referenced by GetSource(). -- cgit v1.2.3