mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
networkaddress: Return an error from _g_uri_parse_authority()
So that errors can be propagated if necessary. https://bugzilla.gnome.org/show_bug.cgi?id=772989
This commit is contained in:
committed by
Philip Withnall
parent
88366621ee
commit
5f2c20e88b
@@ -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,
|
||||
|
Reference in New Issue
Block a user