Efl.Container_Model.child_property_value_type_get

Description

Gets the type of the given property.

Signature

child_property_value_type_get {
    params {
        @in name: string;
    }
    return: ptr(const(Eina.Value_Type));
}

C signature

const Eina_Value_Type *efl_container_model_child_property_value_type_get(Eo *obj, const char *name);

Parameters

  • name (in) - Property name

Implemented by