IconTheme.getSearchPath

Gets the current search path. See IconTheme.setSearchPath.

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