Efl.Ui.View_Model.property_unbind

Description

Stop automatically updating the field for the event Efl.Model.properties,changed to include property that are impacted with change in a property from the composited model.

Since 1.23

Signature

property_unbind {
    params {
        @in source: string;
        @in destination: string;
    }
}

C signature

void efl_ui_view_model_property_unbind(Eo *obj, const char *source, const char *destination);

Parameters

  • source (in) - Property name in the composited model.
  • destination (in) - Property name in the Efl.Ui.View_Model

Implemented by