aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-launch.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-06-24 14:04:37 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-06-24 14:04:37 +0200
commit448982b69026464c16ca0545aa91173a935e49f7 (patch)
tree76a2da1234c1ba8abb0b3b809896723779e8f22c /src/afm-launch.h
parentf58eb17b6fd797e1c969f4fd902f450c237a3079 (diff)
improves naming using 'binding'
Change-Id: I535e01ce4a8dd1e16637e61c6624b4f37639b2f7 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afm-launch.h')
-rw-r--r--src/afm-launch.h2
1 files changed, 1 insertions, 1 deletions
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 */