Table of Contents

Efl.Ui.Selection.has_owner

Description

Determine whether the selection data has owner

Signature

has_owner {
    params {
        @in type: Efl.Ui.Selection_Type;
        @in seat: uint;
    }
    return: bool;
}

C signature

Eina_Bool efl_ui_selection_has_owner(Eo *obj, Efl_Ui_Selection_Type type, unsigned int seat);

Parameters

Implemented by