Function

GtkIconSizeregister_alias

deprecated: 3.10 

Declaration [src]

void
gtk_icon_size_register_alias (
  const gchar* alias,
  GtkIconSize target
)

Description [src]

Registers alias as another name for target. So calling gtk_icon_size_from_name() with alias as argument will return target.

Deprecated since: 3.10

Use GtkIconTheme instead.

Parameters

alias

Type: const gchar*

An alias for target.

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

Type: GtkIconSize

An existing icon size (GtkIconSize)