On Tue, Dec 6, 2011 at 4:32 AM, Enlightenment SVN <
[email protected]> wrote:

> Log:
>
> +EAPI Ecore_Con_Socks *ecore_con_socks4_remote_add(const char *ip, int
> port, const char *username);
> +EAPI void             ecore_con_socks4_lookup_set(Ecore_Con_Socks *ecs,
> Eina_Bool enable);
> +EAPI Eina_Bool        ecore_con_socks4_lookup_get(Ecore_Con_Socks *ecs);
> +EAPI Eina_Bool        ecore_con_socks4_remote_exists(const char *ip, int
> port, const char *username);
> +EAPI void             ecore_con_socks4_remote_del(const char *ip, int
> port, const char *username);
> +EAPI void             ecore_con_socks_bind_set(Ecore_Con_Socks *ecs,
> Eina_Bool is_bind);
> +EAPI Eina_Bool        ecore_con_socks_bind_get(Ecore_Con_Socks *ecs);
> +EAPI unsigned int     ecore_con_socks_version_get(Ecore_Con_Socks *ecs);
> +EAPI void             ecore_con_socks_remote_del(Ecore_Con_Socks *ecs);
> +EAPI void             ecore_con_socks_apply_once(Ecore_Con_Socks *ecs);
> +EAPI void             ecore_con_socks_apply_always(Ecore_Con_Socks *ecs);
>

if you don't add doc to those function with @since, we will forget that
they have been added. So add the doc now

Vincent
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to