Gio.IOStream
GObject.Object
Gio.SocketConnection
Gio.UnixConnection
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GUnixConnection |
| Class : | UnixConnection |
| Extends: | Gio.SocketConnection |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
closed : Boolean
|
Gio.IOStream | |
|
input_stream : Gio.InputStream
read only
|
Gio.IOStream | |
|
output_stream : Gio.OutputStream
read only
|
Gio.IOStream | |
|
parent_instance : Gio.SocketConnection
read only
|
Gio.UnixConnection | |
|
priv : Gio.UnixConnectionPrivate
read only
|
Gio.UnixConnection | |
|
socket : Gio.Socket
|
Gio.SocketConnection | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.UnixConnection
(Object properties)
Create a new Gio.UnixConnection
Create a new Gio.UnixConnection
|
||
|
clear_pending
()
:
none
|
Gio.IOStream | |
|
close
(Cancellable cancellable)
:
Boolean
|
Gio.IOStream | |
|
close_async
(Number io_priority, Cancellable cancellable, Function callback, void* user_data)
:
none
|
Gio.IOStream | |
|
close_finish
(AsyncResult result)
:
Boolean
|
Gio.IOStream | |
|
get_input_stream
()
:
Gio.InputStream
|
Gio.IOStream | |
|
get_local_address
()
:
Gio.SocketAddress
|
Gio.SocketConnection | |
|
get_output_stream
()
:
Gio.OutputStream
|
Gio.IOStream | |
|
get_remote_address
()
:
Gio.SocketAddress
|
Gio.SocketConnection | |
|
get_socket
()
:
Gio.Socket
|
Gio.SocketConnection | |
|
has_pending
()
:
Boolean
|
Gio.IOStream | |
|
is_closed
()
:
Boolean
|
Gio.IOStream | |
|
receive_credentials
(Cancellable cancellable)
:
Gio.Credentials
|
Gio.UnixConnection | |
|
receive_fd
(Cancellable cancellable)
:
Number
|
Gio.UnixConnection | |
|
send_credentials
(Cancellable cancellable)
:
Boolean
|
Gio.UnixConnection | |
|
Gio.UnixConnection | |
|
set_pending
()
:
Boolean
|
Gio.IOStream | |
| None |