aboutsummaryrefslogtreecommitdiffstats
path: root/camel/url-util.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-02-18 06:13:16 +0800
committerDan Winship <danw@src.gnome.org>2000-02-18 06:13:16 +0800
commit53fec3133a553d6a20e446f3dcace2643ab10742 (patch)
tree0abdb45001c12e75789482e10609e2eb3a2b96e6 /camel/url-util.h
parentca0431d8dac70782d8f07fd07510b2288715afcd (diff)
downloadgsoc2013-evolution-53fec3133a553d6a20e446f3dcace2643ab10742.tar
gsoc2013-evolution-53fec3133a553d6a20e446f3dcace2643ab10742.tar.gz
gsoc2013-evolution-53fec3133a553d6a20e446f3dcace2643ab10742.tar.bz2
gsoc2013-evolution-53fec3133a553d6a20e446f3dcace2643ab10742.tar.lz
gsoc2013-evolution-53fec3133a553d6a20e446f3dcace2643ab10742.tar.xz
gsoc2013-evolution-53fec3133a553d6a20e446f3dcace2643ab10742.tar.zst
gsoc2013-evolution-53fec3133a553d6a20e446f3dcace2643ab10742.zip
New function g_url_to_string to convert a Gurl back into a char *
svn path=/trunk/; revision=1833
Diffstat (limited to 'camel/url-util.h')
-rw-r--r--camel/url-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/url-util.h b/camel/url-util.h
index 67cc420eb2..86fd1e26ac 100644
--- a/camel/url-util.h
+++ b/camel/url-util.h
@@ -51,6 +51,7 @@ typedef struct {
I chose not to use it */
Gurl *g_url_new (const gchar *url_string);
+gchar *g_url_to_string (const Gurl *url, gboolean show_password);
void g_url_free (Gurl *url);
#ifdef __cplusplus