From: discomfitor Date: Tue, 6 Dec 2011 05:52:45 +0000 (+0000) Subject: one of these days I'm going to snap and throw my computer off my balcony because... X-Git-Tag: build/2012-07-04.173327~618 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e390e65a5b32d27e0ac74752fea769f04d2a152;p=profile%2Fivi%2Fecore.git one of these days I'm going to snap and throw my computer off my balcony because of this git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@65944 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_con/ecore_con_socks.c b/src/lib/ecore_con/ecore_con_socks.c index c02022c..6193c91 100644 --- a/src/lib/ecore_con/ecore_con_socks.c +++ b/src/lib/ecore_con/ecore_con_socks.c @@ -306,6 +306,7 @@ ecore_con_socks4_remote_add(const char *ip, int port, const char *username) * @param ecs The proxy object * @param enable If true, the proxy will perform the dns lookup * @note By default, this setting is DISABLED. + * @since 1.2 */ EAPI void ecore_con_socks4_lookup_set(Ecore_Con_Socks *ecs, Eina_Bool enable) @@ -323,6 +324,7 @@ ecore_con_socks4_lookup_set(Ecore_Con_Socks *ecs, Eina_Bool enable) * @param ecs The proxy object * @return If true, the proxy will perform the dns lookup * @note By default, this setting is DISABLED. + * @since 1.2 */ EAPI Eina_Bool ecore_con_socks4_lookup_get(Ecore_Con_Socks *ecs)