Method
GioUnixFDMessageget_fd_list
since: 2.24
Declaration [src]
GUnixFDList*
g_unix_fd_message_get_fd_list (
GUnixFDMessage* message
)
Description [src]
Gets the GUnixFDList
contained in message
. This function does not
return a reference to the caller, but the returned list is valid for
the lifetime of message
.
Available since: 2.24
Gets property | Gio.UnixFDMessage:fd-list |
Return value
Type: GUnixFDList
The GUnixFDList
from message
.
The returned data is owned by the instance. |