mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
gio/tests/proxy: don't use deprecated functions
This commit is contained in:
parent
a5bf1c117b
commit
f09e71aff0
@ -322,7 +322,7 @@ use_unix_address (gboolean synchronous)
|
||||
GSocketAddressEnumerator *enumerator;
|
||||
GSocketAddress *sockaddr;
|
||||
|
||||
sockaddr = g_unix_socket_address_new_abstract (info, -1);
|
||||
sockaddr = g_unix_socket_address_new_with_type (info, -1, G_UNIX_SOCKET_ADDRESS_ABSTRACT);
|
||||
|
||||
if (sockaddr == NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user