Method
StIconThemeget_search_path
Declaration [src]
void
st_icon_theme_get_search_path (
  StIconTheme* icon_theme,
  char*** path,
  int* n_elements
)
Parameters
- path
- 
            Type: An array of filenamelocation to store a list of icon theme path directories or `NULL`. The stored value should be freed with g_strfreev().The argument will be set by the function. The argument can be NULL.The length of the array is specified in the n_elementsargument.The caller of the method takes ownership of the returned data, and is responsible for freeing it. Each element is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows. 
- n_elements
- 
            Type: int*Location to store number of elements in path, orNULL.The argument will be set by the function.