Method
GntTreeget_selection_text_list
Declaration [src]
GList*
gnt_tree_get_selection_text_list (
GntTree* tree
)
Description [src]
Get a list of text of the current row.
See gnt_tree_get_row_text_list(), gnt_tree_get_selection_text().
Return value
Type: A list of utf8
A list of texts of the currently selected row. The list and its data should be freed by the caller. The caller should make sure that if any column of the tree contains binary data, it’s not freed.
The caller of the method takes ownership of the data container, but not the data inside it. |
Each element is a NUL terminated UTF-8 string. |