get_default

function get_default():Gtk.IconTheme {
    // Gjs wrapper for gtk_icon_theme_get_default()
}

Gets the icon theme for the default screen. See Gtk.get_for_screen.

Since 2.4

Returns

A unique Gtk.IconTheme 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.