Elm: Replace FIXME in init about argc/v with description

This commit is contained in:
Kai Huuhko 2015-05-09 20:54:44 +03:00
parent 9b234a4266
commit 3dd36bd770
1 changed files with 4 additions and 1 deletions

View File

@ -110,7 +110,10 @@ def init():
EINA_LOG_DOM_INFO(PY_EFL_ELM_LOG_DOMAIN,
"Initializing efl.elementary", NULL)
# FIXME: Why are we passing the cl args to elm_init here?
# argc and argv are currently used by EFL to support app restart
# and binary relocation. These are probably not useful to us but we
# pass the information here regardless because useful functionality
# may be added in the future.
cdef:
int argc = 0, i, arg_len