Table.getSelectedRows
void getSelectedRows(out int[] selected)Gets the selected rows of the table by initializing **selected with the selected row numbers. This array should be freed by the caller.
Parameters
selected | a #gint** that is to contain the selected row numbers |