Gio.UnixFDMessage.prototype.get_fd_list

function get_fd_list(): Gio.UnixFDList {
    // Gjs wrapper for g_unix_fd_message_get_fd_list()
}
  

Gets the Gio.UnixFDList contained in message. This function does not return a reference to the caller, but the returned list is valid for the lifetime of message.

Since 2.24

Returns

the Gio.UnixFDList from message