EFL loop arguments data structure
Since 1.22
true
when the program should initialize its internal state. This happens once per process instance.struct Efl.Loop_Arguments { argv: const(array<stringshare>); initialization: bool; }
typedef struct _Efl_Loop_Arguments { const Eina_Array *argv; Eina_Bool initialization; } Efl_Loop_Arguments;