From 13883b21f495fc1957cb944429d404a0fe2c5458 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 8 Oct 2010 15:22:09 +0000 Subject: [PATCH] Document ecore_con_url_verbose_set's behaviour. Author: Raphael Kubo da Costa SVN revision: 53191 --- legacy/ecore/src/lib/ecore_con/ecore_con_url.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_con/ecore_con_url.c b/legacy/ecore/src/lib/ecore_con/ecore_con_url.c index 664efc3b7e..01937d9455 100644 --- a/legacy/ecore/src/lib/ecore_con/ecore_con_url.c +++ b/legacy/ecore/src/lib/ecore_con/ecore_con_url.c @@ -965,8 +965,14 @@ ecore_con_url_http_post_send(Ecore_Con_Url *url_con, void *httppost) } /** - * Enable or disable libcurl verbose output, useful for debug - * @return FIXME: To be more documented. + * Toggle libcurl's verbose output. + * + * If @p verbose is @c EINA_TRUE, libcurl will output a lot of verbose + * information about its operations, which is useful for + * debugging. The verbose information will be sent to stderr. + * + * @param url_con Ecore_Con_Url instance which will be acted upon. + * @param verbose Whether or not to enable libcurl's verbose output. */ EAPI void ecore_con_url_verbose_set(Ecore_Con_Url *url_con, Eina_Bool verbose)