Table of Contents

Description

EFL loop arguments data structure

Since 1.22

Fields

Signature

struct Efl.Loop_Arguments {
    argv: const(array<stringshare>);
    initialization: bool;
}

C signature

typedef struct _Efl_Loop_Arguments {
    const Eina_Array *argv;
    Eina_Bool initialization;
} Efl_Loop_Arguments;