X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fafb-binding-writing.md;fp=docs%2Fafb-binding-writing.md;h=ceb80a87678ad3727f86ec9db2cc5bab90f14144;hb=b2a1f5f40ec0663d57a18f97e04d1ce4901af468;hp=d7dccd1ae0072b4487434798c0b32f2ccd671ceb;hpb=4e72c3a2a4e550f99430d1f37a8ef693d2daa8c3;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.