Table of Contents

Efl.Ui.View_Model.property_string_del

Description

Delete a synthetic property previously defined by Efl.Ui.View_Model.property_string_add.

See Efl.Ui.View_Model.property_string_add

Since 1.23

Signature

property_string_del {
    params {
        @in name: string;
    }
    return: Eina.Error;
}

C signature

Eina_Error efl_ui_view_model_property_string_del(Eo *obj, const char *name);

Parameters

Implemented by