X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-plugin-writing.html;h=84a23573ad72a981bd683122afca627e62517b9e;hb=917b85d762e00662460da5e74b89d43d3355f2ef;hp=20e25972c493cd3d0fcbbcc679b74f058df8e12b;hpb=1a66f6a8c0b213e14bc0b1896bfaa68a5c2a5002;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html index 20e25972..84a23573 100644 --- a/doc/afb-plugin-writing.html +++ b/doc/afb-plugin-writing.html @@ -8,7 +8,7 @@

HOWTO WRITE a PLUGIN for AFB-DAEMON

version: 1
-Date:    27 mai 2016
+Date:    30 mai 2016
 Author:  José Bollo
 
@@ -18,19 +18,19 @@ Author: José Bollo
  • Summary
  • -
  • Initialisation of the plugin and declaration of verbs
  • +
  • Initialisation of the plugin and declaration of methods
  • Sending messages to the log system
  • Sending events
  • -
  • Writing an asynchronous verb implementation
  • +
  • Writing an asynchronous method implementation
  • How to build a plugin