summaryrefslogtreecommitdiff
path: root/edje.spec
diff options
context:
space:
mode:
authorEduardo Lima (Etrunko) <eduardo.lima@intel.com>2012-12-04 20:21:59 +0000
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>2013-08-13 17:58:57 -0300
commit9e59edb4e174cae588c806b1e20a88fc8b83edcb (patch)
treea1d5e9284f373013c4f1b51ed3e23831b5ba99d0 /edje.spec
parent081071ccb209f4cb8bf9eba1f18dc33fac5a9394 (diff)
downloadedje-9e59edb4e174cae588c806b1e20a88fc8b83edcb.tar.gz
edje-9e59edb4e174cae588c806b1e20a88fc8b83edcb.tar.bz2
edje-9e59edb4e174cae588c806b1e20a88fc8b83edcb.zip
It is now you can run programs with names generated dinamically. Say that you have 10 programs indexed somehow. You can now call them using the following snippet: script { new program_id[15], i; for (i = 0; i < 10; i++) { snprintf(program_id, 15, "my_program_%d", i+1); run_program(get_program_id(program_id)); } } Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Diffstat (limited to 'edje.spec')
0 files changed, 0 insertions, 0 deletions