Method

GioUnixFDMessageget_fd_list

since: 2.24

Declaration

GUnixFDList*
g_unix_fd_message_get_fd_list (
  GUnixFDMessage* message
)

Description

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

Return value

Type: GUnixFDList

The GUnixFDList from message.

The data is owned by the instance.