Method

GtkIconThemeget_search_path

Declaration [src]

char**
gtk_icon_theme_get_search_path (
  GtkIconTheme* self
)

Description [src]

Gets the current search path.

See gtk_icon_theme_set_search_path().

Return value

Type: An array of filename

a list of icon theme path directories.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
Each element is a file system path, using the OS encoding.