Method
ShellAppcreate_icon_texture
Declaration [src]
ClutterActor*
shell_app_create_icon_texture (
ShellApp* app,
int size
)
Description [src]
Look up the icon for this application, and create a ClutterActor
for it at the given size.
Return value
Type: ClutterActor
A floating ClutterActor
.
The data is owned by the instance. |