IconTheme.getSearchPath

Gets the current search path. See gtk_icon_theme_set_search_path(). Since 2.4

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(). [allow-none][array length=n_elements][element-type filename]out

Meta