X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafm-launch.h;fp=src%2Fafm-launch.h;h=b6c59f60b1062297ad4cab464d679215a14066b2;hb=448982b69026464c16ca0545aa91173a935e49f7;hp=ec5a88a49b6cc33eadd86f9ea90e25d99a65167d;hpb=f58eb17b6fd797e1c969f4fd902f450c237a3079;p=src%2Fapp-framework-main.git diff --git a/src/afm-launch.h b/src/afm-launch.h index ec5a88a..b6c59f6 100644 --- a/src/afm-launch.h +++ b/src/afm-launch.h @@ -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 */