Efl.Core.Command_Line (mixin)

Description

A mixin that implements standard functions for command lines.

This object parses the command line that gets passed, later the object can be accessed via accessor or the string directly.

Members

command (get)

const char *efl_core_command_line_command_get(const Eo *obj);


command_access

Get the accessor which enables access to each argument that got passed to this object.
Eina_Accessor *efl_core_command_line_command_access(Eo *obj);


command_array (set)

Eina_Bool efl_core_command_line_command_array_set(Eo *obj, Eina_Array *array);


command_string (set)

Eina_Bool efl_core_command_line_command_string_set(Eo *obj, const char *str);


destructor [Overridden from Efl.Object]

void efl_destructor(Eo *obj);


Events