Function

GtkIconSizeget_name

deprecated: 3.10 

Declaration [src]

const gchar*
gtk_icon_size_get_name (
  GtkIconSize size
)

Description [src]

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

Deprecated since: 3.10

Use GtkIconTheme instead.

Parameters

size

Type: GtkIconSize

A GtkIconSize.

Return value

Type: const gchar*

The name of the given icon size.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.