target_table_new_from_list
Description:
[ CCode ( array_length_pos = 1.1 ) ]
[ Version ( since = "2.10" ) ]
public TargetEntry[] target_table_new_from_list (TargetList list)
[ Version ( since = "2.10" ) ]
public TargetEntry[] target_table_new_from_list (TargetList list)
This function creates an 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.
Parameters:
list | |
n_targets |
return location for the number ot targets in the table |
Returns:
the new table. |
Namespace: Gtk
Package: gtk+-3.0