Method

GtkIconThemeprepend_search_path

since: 2.4

Declaration [src]

void
gtk_icon_theme_prepend_search_path (
  GtkIconTheme* icon_theme,
  const gchar* path
)

Description [src]

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

Available since: 2.4

Parameters

path

Type: const gchar*

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.