[libsoup/wip/phako/doc-typo] docs: g_uri_to_string -> g_uri_to_string_partial
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/phako/doc-typo] docs: g_uri_to_string -> g_uri_to_string_partial
- Date: Sun, 25 Jul 2021 10:07:26 +0000 (UTC)
commit 690d02d75cdd8eefeffeb05ac1f9e267b79b2447
Author: Jens Georg <mail jensge org>
Date: Sun Jul 25 12:06:20 2021 +0200
docs: g_uri_to_string -> g_uri_to_string_partial
g_uri_to_string does not take two parameters
docs/reference/migrating-from-libsoup-2.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/reference/migrating-from-libsoup-2.xml b/docs/reference/migrating-from-libsoup-2.xml
index 8a64cd1e..32bb3c49 100644
--- a/docs/reference/migrating-from-libsoup-2.xml
+++ b/docs/reference/migrating-from-libsoup-2.xml
@@ -129,7 +129,7 @@ linkend="soup-uri-decode-data-uri"><function>soup_uri_decode_data_uri()</functio
<para>Note that unlike <type>SoupURI</type> <link linkend="GUri"><type>GUri</type></link> is an
immutable type so you cannot change the contents
of one after it has been constructed. We provide <link
linkend="soup_copy_uri"><function>soup_copy_uri()</function></link> to aid in modifying them.</para>
<para>The equivalent behavior to <code>soup_uri_to_string (uri, FALSE)</code> is
- <code>g_uri_to_string (uri, G_URI_HIDE_PASSWORD)</code>.</para>
+ <code>g_uri_to_string_partial (uri, G_URI_HIDE_PASSWORD)</code>.</para>
<para>Since GUri does not provide any function to check for equality
<link linkend="soup_uri_equal"><function>soup_uri_equal()</function></link> still
exists.</para>
<para>Sending a <literal>OPTIONS</literal> message with a path of <literal>*</literal> is no
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]