LoadIconFunction


Description:


public delegate unowned Pixbuf LoadIconFunction (string icon_name, int size, uint flags)

Specifies the type of function passed to set_icon_loader.

Parameters:

icon_name

an icon name as in the Icon field in a .desktop file for the icon to load.

size

the desired icon size.

flags

not defined to do anything yet.

data

data passed to the function, set when the LoadIconFunction has been set for the Tasklist.

Returns:

it should return a <classname>GdkPixbuf</classname> of icon_name at size size, or null if no icon for icon_name at size size could be loaded.


Namespace: Wnck
Package: libwnck-1.0