projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5bf1c1
)
gio/tests/proxy: don't use deprecated functions
author
Dan Winship
<danw@gnome.org>
Mon, 7 Nov 2011 18:50:00 +0000
(13:50 -0500)
committer
Dan Winship
<danw@gnome.org>
Mon, 7 Nov 2011 18:50:00 +0000
(13:50 -0500)
gio/tests/proxy.c
patch
|
blob
|
history
diff --git
a/gio/tests/proxy.c
b/gio/tests/proxy.c
index
664be58
..
c05d7e9
100644
(file)
--- a/
gio/tests/proxy.c
+++ b/
gio/tests/proxy.c
@@
-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)
{