Gio.DBusMessage.prototype.get_unix_fd_list
function get_unix_fd_list(): Gio.UnixFDList {
// Gjs wrapper for g_dbus_message_get_unix_fd_list()
}
Gets the UNIX file descriptors associated with message, if any.
This method is only available on UNIX.
Since 2.26
- Returns
A Gio.UnixFDList or null if no file descriptors are associated. Do not free, this object is owned by message.