get_name

function get_name(size:Number):String {
    // Gjs wrapper for gtk_icon_size_get_name()
}

Gets the canonical name of the given icon size. The returned string is statically allocated and should not be freed.

size

a Gtk.IconSize.

Returns

the name of the given icon size.