Method

Gtk.IconTheme.get_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

Returns: An array of filename

a list of icon theme path directories or NULL. The returned value should be freed with g_strfreev().

Ownership of the data is transferred to the caller
Can be NULL