Efl.Ui.Property_Bind.property_bind

Description

bind property data with the given key string. when the data is ready or changed, bind the data to the key action and process promised work.

Since 1.23

Signature

property_bind @pure_virtual {
    params {
        @in key: string;
        @in property: string;
    }
    return: Eina.Error;
}

C signature

Eina_Error efl_ui_property_bind(Eo *obj, const char *key, const char *property);

Parameters

  • key (in) - key string for bind model property data
  • property (in) - Model property name

Implemented by