diff options
author | bertrand <Bertrand.Guiheneuf@inria.fr> | 1999-04-24 19:23:05 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-24 19:23:05 +0800 |
commit | e309ab571904ab1cc4ce258478baf08fe3728945 (patch) | |
tree | 8d1837bb0937964417ea3465234e283810824564 /camel/url-util.c | |
parent | 0a2e9eef732efa8b48e5188b361f523dfe8bb0cc (diff) | |
download | gsoc2013-evolution-e309ab571904ab1cc4ce258478baf08fe3728945.tar gsoc2013-evolution-e309ab571904ab1cc4ce258478baf08fe3728945.tar.gz gsoc2013-evolution-e309ab571904ab1cc4ce258478baf08fe3728945.tar.bz2 gsoc2013-evolution-e309ab571904ab1cc4ce258478baf08fe3728945.tar.lz gsoc2013-evolution-e309ab571904ab1cc4ce258478baf08fe3728945.tar.xz gsoc2013-evolution-e309ab571904ab1cc4ce258478baf08fe3728945.tar.zst gsoc2013-evolution-e309ab571904ab1cc4ce258478baf08fe3728945.zip |
s/new_g_url/g_url_new
1999-04-24 bertrand <Bertrand.Guiheneuf@inria.fr>
* camel/url-util.[ch]: s/new_g_url/g_url_new
svn path=/trunk/; revision=875
Diffstat (limited to 'camel/url-util.c')
-rw-r--r-- | camel/url-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/url-util.c b/camel/url-util.c index 45b5c0691d..089254bc9c 100644 --- a/camel/url-util.c +++ b/camel/url-util.c @@ -71,7 +71,7 @@ static gboolean find_path(GString *url, GString **item, guint *position, gboolea * * Return value: a Gurl structure containng the URL items. **/ -Gurl *new_g_url(GString* url_string) +Gurl *g_url_new(GString* url_string) { Gurl *g_url; |