summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authormikeymell <mikeymell@users.noreply.github.com>2018-07-24 11:16:01 +0300
committermikeymell <mikeymell@users.noreply.github.com>2018-07-24 11:16:01 +0300
commitfc4b3d571a82d67704fec78cca31dc25f8b23be9 (patch)
tree154a8ab23024d9cc010aed554b09f0b3bec393d4 /examples
parent7d02ef5ab4397bd79a25e06caf87798ccc635925 (diff)
Document trigger return value convention
Diffstat (limited to 'examples')
-rw-r--r--examples/Module/module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Module/module.c b/examples/Module/module.c
index 1d5f3e0..fa281b8 100644
--- a/examples/Module/module.c
+++ b/examples/Module/module.c
@@ -6,6 +6,8 @@
on the trigger the ent structure is passed and whether the trigger was on Write or on Read. Write trigger, when it was written to selected cells,
or Read from selected cells.
+
+ Trigger functions return non-zero return value on error.
*/
#include <stdio.h>