Method

GntFileSelget_selected_file

Declaration [src]

char*
gnt_file_sel_get_selected_file (
  GntFileSel* sel
)

Description [src]

Get the selected file in the selector.

Return value

Type: char*

The path of the selected file. The caller should g_free the returned string.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.