Efl.Config_Global.profile_iterate

Description

Returns the list of available profiles.

Signature

profile_iterate {
    params {
        @in hidden: bool @optional;
    }
    return: iterator<string>;
}

C signature

Eina_Iterator *efl_config_profile_iterate(Eo *obj, Eina_Bool hidden);

Parameters

  • hidden (in) - If true, gets the full list of profiles, including those stored in hidden files.

Implemented by