aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-03 01:33:30 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-03 01:33:30 +1000
commita97b6520469c205fb53af2a1b3ba70fd111800db (patch)
treed333423446df1f66ca0b2dd416bab84027198ecf /event.c
parent91b46b305df3de2c684982677318408acf596b4f (diff)
Minor source documentation edits
darcs-hash:20060202153330-ac50b-63ad1ac0f20b94f6015e472b52ac32040a942280.gz
Diffstat (limited to 'event.c')
-rw-r--r--event.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/event.c b/event.c
index ccbc774f..c9f2ff81 100644
--- a/event.c
+++ b/event.c
@@ -74,12 +74,15 @@ static array_list_t *killme;
*/
static array_list_t *blocked;
+/**
+ String buffer used for formating event descriptions in event_get_desc()
+*/
static string_buffer_t *get_desc_buff=0;
/**
Tests if one event instance matches the definition of a event
- class. If the class defines a function name, that will also be a
- match criterion.
+ class. If both the class and the instance name a function,
+ they must name the same function.
*/
static int event_match( event_t *class, event_t *instance )