IconTheme.getSearchPath

Gets the current search path. See gtk_icon_theme_set_search_path().

class IconTheme
void
getSearchPath
(
out string[] path
)

Parameters

path string[]

location to store a list of icon theme path directories or %NULL. The stored value should be freed with g_strfreev().

Meta