mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gio/tests/proxy: don't use deprecated functions
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user