wgtpkg-install: search in subdir "htdocs" also
[src/app-framework-main.git] / src / afm-launch.h
index ec5a88a..916079b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- Copyright 2015 IoT.bzh
+ Copyright 2015, 2016, 2017 IoT.bzh
 
  author: José Bollo <jose.bollo@iot.bzh>
 
@@ -26,7 +26,7 @@ struct afm_launch_desc {
        const char *type;          /* type to launch */
        const char *name;          /* name of the application */
        const char *home;          /* home directory of the applications */
-       const char **plugins;      /* plugins for the application */
+       const char **bindings;     /* bindings for the application */
        int width;                 /* requested width */
        int height;                /* requested height */
        enum afm_launch_mode mode; /* launch mode */