Function

GtkIconSizefrom_name

deprecated: 3.10 

Declaration [src]

GtkIconSize
gtk_icon_size_from_name (
  const gchar* name
)

Description [src]

Looks up the icon size associated with name.

Deprecated since: 3.10

Use GtkIconTheme instead.

Parameters

name

Type: const gchar*

The name to look up.

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

Return value

Type: GtkIconSize

The icon size (GtkIconSize)