bind the factory with the given key string. when the data is ready or changed, factory create the object and bind the data to the key action and process promised work. Note: the input Efl.Ui.Factory need to be Efl.Ui.Property_Bind.property_bind at least once.
Since 1.23
Overridden from Efl.Ui.Factory_Bind.factory_bind.
factory_bind @pure_virtual { params { @in key: string; @in factory: Efl.Ui.Factory; } return: Eina.Error; }
Eina_Error efl_ui_factory_bind(Eo *obj, const char *key, Efl_Ui_Factory *factory);