IconSize.getName

Warning gtk_icon_size_get_name has been deprecated since version 3.10 and should not be used in newly-written code. Use GtkIconTheme instead. Gets the canonical name of the given icon size. The returned string is statically allocated and should not be freed.

class IconSize
static
string
getName

Parameters

size GtkIconSize

a GtkIconSize. [type int]

Return Value

Type: string

the name of the given icon size.

Meta