e_output: add the api for the output property 44/208444/3
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 24 Jun 2019 05:56:52 +0000 (14:56 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 24 Jun 2019 09:44:53 +0000 (18:44 +0900)
commita67e2ff59ab72631252f7a5867a7340341bf4105
treeecaf93c300f1e277b68fac28748f1541047e0488
parentf7d3b9e86dd29bf8b3345a57b47e87cb2bc4cb02
e_output: add the api for the output property

add the apis below.
E_API Eina_Bool           e_output_available_properties_get(E_Output *output, const output_prop **props, int *count);
E_API Eina_Bool           e_output_property_get(E_Output *output, unsigned int id, output_prop_value *value);
E_API Eina_Bool           e_output_property_set(E_Output *output, unsigned int id, output_prop_value value);

Change-Id: I6da9b84c091b8c42f14c008ddd8bb48ac897f00e
src/bin/e_output.c
src/bin/e_output.h