Efl.Config_Global.profile_dir_get

Description

Returns the directory where a profile is stored.

Signature

profile_dir_get {
    params {
        @in profile: string;
        @in is_user: bool;
    }
    return: stringshare;
}

C signature

Eina_Stringshare *efl_config_profile_dir_get(Eo *obj, const char *profile, Eina_Bool is_user);

Parameters

  • profile (in) - Profile name
  • is_user (in) - true to lookup for a user profile or false for a system one.

Implemented by