Method

StIconThemeprepend_search_path

Declaration [src]

void
st_icon_theme_prepend_search_path (
  StIconTheme* icon_theme,
  const char* path
)

Description [src]

Prepends a directory to the search path. See st_icon_theme_set_search_path().

Parameters

path

Type: const char*

Directory name to prepend to the icon path.

The data is owned by the caller of the method.
The value is a file system path, using the OS encoding.