Efl.Ui.Win.wm_available_profiles

Description

Available profiles on a window.

Since 1.22

Values

  • profiles - A list of profiles.

Signature

@property wm_available_profiles @beta {
    get {}
    set {}
    values {
        profiles: const(array<string>);
    }
}

C signature

const Eina_Array *efl_ui_win_wm_available_profiles_get(const Eo *obj);
void efl_ui_win_wm_available_profiles_set(Eo *obj, const Eina_Array *profiles);

Implemented by