Function
GtkIconThemeget_default
since: 2.4
Declaration [src]
GtkIconTheme*
gtk_icon_theme_get_default (
void
)
Description [src]
Gets the icon theme for the default screen. See gtk_icon_theme_get_for_screen().
Available since: 2.4
Return value
Type: GtkIconTheme
A unique GtkIconTheme
associated with
the default screen. This icon theme is associated with
the screen and can be used as long as the screen
is open. Do not ref or unref it.
The data is owned by the called function. |