Method

GtkIconSourceset_filename

deprecated: 3.10 

Declaration [src]

void
gtk_icon_source_set_filename (
  GtkIconSource* source,
  const gchar* filename
)

Description [src]

Sets the name of an image file to use as a base image when creating icon variants for GtkIconSet. The filename must be absolute.

Deprecated since: 3.10

Use GtkIconTheme instead.

Parameters

filename

Type: const gchar*

Image file to use.

The data is owned by the caller of the method.
The value is a file system path, using the OS encoding.