X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafm-launch.h;h=916079bc6e701f92bc64b5d40d42c1524a1c0bb1;hb=941eb7ef734e7d6a9de9c7af13345e63f708d169;hp=ec5a88a49b6cc33eadd86f9ea90e25d99a65167d;hpb=dc4d29d0b8c3393ab8ba85b6278fd231b1191509;p=src%2Fapp-framework-main.git diff --git a/src/afm-launch.h b/src/afm-launch.h index ec5a88a..916079b 100644 --- a/src/afm-launch.h +++ b/src/afm-launch.h @@ -1,5 +1,5 @@ /* - Copyright 2015 IoT.bzh + Copyright 2015, 2016, 2017 IoT.bzh author: José Bollo @@ -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 */