mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 13:24:13 +02:00
gio: remove _g_uri_parse_authority()
It is now unused and redundant with GUri. Fixes: #2156 Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
@@ -23,12 +23,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
gboolean _g_uri_parse_authority (const char *uri,
|
||||
char **host,
|
||||
guint16 *port,
|
||||
char **userinfo,
|
||||
GError **error);
|
||||
|
||||
guint64 g_resolver_get_serial (GResolver *resolver);
|
||||
|
||||
gint g_socket (gint domain,
|
||||
|
Reference in New Issue
Block a user