diff options
Diffstat (limited to 'docs/afb-binding-writing.md')
-rw-r--r-- | docs/afb-binding-writing.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/afb-binding-writing.md b/docs/afb-binding-writing.md index d7dccd1a..ceb80a87 100644 --- a/docs/afb-binding-writing.md +++ b/docs/afb-binding-writing.md @@ -61,6 +61,7 @@ A ***binder*** loads and runs any of these version in any combination. This document explain how to write bindings version 2. <!-- pagebreak --> + Sample binding: tuto-1 ====================== @@ -254,8 +255,10 @@ Here again, you can explicitly mark the fact that ``` <!-- pagebreak --> + Sample binding: tuto-2 ====================== + The second tutorial shows many important feature that can commonly be used when writing a ***binding***: initialization, getting arguments, sending replies, pushing events. |