target_table_new_from_list

function target_table_new_from_list(list:Gtk.TargetList):[Gtk.TargetEntry] {
    // Gjs wrapper for gtk_target_table_new_from_list()
}

This function creates an Gtk.TargetEntry array that contains the same targets as the passed %list. The returned table is newly allocated and should be freed using target_table_free when no longer needed.

Since 2.10

list

a Gtk.TargetList

Returns

the new table.