mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-05 23:00:47 +00:00
controller: stick to 2.22 API
This commit is contained in:
parent
a3f50aeac9
commit
26267f5015
@ -228,7 +228,7 @@ public class SpiceController: Object {
|
||||
listener.add_named_pipe (np);
|
||||
#else
|
||||
var listener = new SocketListener ();
|
||||
listener.add_address (new UnixSocketAddress.with_type (addr, addr.length, UnixSocketAddressType.PATH),
|
||||
listener.add_address (new UnixSocketAddress (addr),
|
||||
SocketType.STREAM, SocketProtocol.DEFAULT, null, null);
|
||||
#endif
|
||||
for (;;) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user