Oops.. again.. absolutely it is not possible to use same name with
different params..
2016. 6. 5. 오후 3:13에 "Kim Shinwoo" <kimcinoo....@gmail.com>님이 작성:

> Hello ALL!
>
> There are exposed APIs using Eo as a parameter on Tizen world. OOPS!
> I would like to expose other APIs NOT to use Eo because the Eo is BETA.
>
> Please see the following API.
>
> elm_atspi_accessible_relationships_append(Eo *,
> Elm_Atspi_Accessible_Relationship, Eo *)
>
> It sets a relation between two Eo objects.
> One Eo could be Elm_Object_Item, and the other Eo could be Evas_Object.
> So there would be some candidate API set.
>
> elm_object_accessible_relationships_append(Evas_Object *, ..., Evas_Object
> *);
> elm_object_accessible_relationships_append(Evas_Object *, ...,
> Elm_Object_Item *);
> elm_object_item_accessible_relationships_append(Elm_Object_Item*, ...,
> Evas_Object *);
> elm_object_item_accessible_relationships_append(Elm_Object_Item*, ...,
> Elm_Object_Item *);
>
> I'm not sure this is the best way.
>
> Maybe, Probably...
> There is a better way to solve this.
> Please ENLIGHTEN me again guys. ;-D
>
> Thanks.
> Shinwoo Kim.
>
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to