X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fafb-binding-writing.md;h=ceb80a87678ad3727f86ec9db2cc5bab90f14144;hb=c9ec9b1a76ce90048974476b1a5aa1be89b58536;hp=d7dccd1ae0072b4487434798c0b32f2ccd671ceb;hpb=b2114e0f626ed42a5d6154c681486b4edb19fbbf;p=src%2Fapp-framework-binder.git 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. + Sample binding: tuto-1 ====================== @@ -254,8 +255,10 @@ Here again, you can explicitly mark the fact that ``` + 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.