Method

GntFileSelset_current_location

Declaration [src]

gboolean
gnt_file_sel_set_current_location (
  GntFileSel* sel,
  const char* path
)

Description [src]

Set the current location of the file selector.

Parameters

path

Type: const char*

The current path of the selector.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if the current location was successfully changed, FALSE otherwise.