Method

StIconThemeappend_search_path

Declaration [src]

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

Description [src]

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

Parameters

path

Type: const char*

Directory name to append 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.