diff options
author | Hyunjee Kim <hj0426.kim@samsung.com> | 2019-12-03 09:48:48 +0900 |
---|---|---|
committer | Hyunjee Kim <hj0426.kim@samsung.com> | 2019-12-03 09:48:48 +0900 |
commit | 4f8ba849e7e6cc8e2096d03b99438e7700ab1f54 (patch) | |
tree | 3f5bb5c7d36e8ec6222eeffe88465fdcf81abac6 /gio/gnetworkingprivate.h | |
parent | 341683cfae94bb8234f60972c4c022bf95f3c577 (diff) | |
download | glib-4f8ba849e7e6cc8e2096d03b99438e7700ab1f54.tar.gz glib-4f8ba849e7e6cc8e2096d03b99438e7700ab1f54.tar.bz2 glib-4f8ba849e7e6cc8e2096d03b99438e7700ab1f54.zip |
Imported Upstream version 2.55.2
Diffstat (limited to 'gio/gnetworkingprivate.h')
-rw-r--r-- | gio/gnetworkingprivate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/gnetworkingprivate.h b/gio/gnetworkingprivate.h index fe126d6ec..ed0feb823 100644 --- a/gio/gnetworkingprivate.h +++ b/gio/gnetworkingprivate.h @@ -26,7 +26,8 @@ G_BEGIN_DECLS gboolean _g_uri_parse_authority (const char *uri, char **host, guint16 *port, - char **userinfo); + char **userinfo, + GError **error); gchar * _g_uri_from_authority (const gchar *protocol, const gchar *host, guint port, |