Method
GdkAppLaunchContextset_icon
since: 2.14
Declaration [src]
void
gdk_app_launch_context_set_icon (
GdkAppLaunchContext* context,
GIcon* icon
)
Description [src]
Sets the icon for applications that are launched with this context.
Window Managers can use this information when displaying startup notification.
See also gdk_app_launch_context_set_icon_name().
Available since: 2.14
Parameters
icon
-
Type:
GIcon
A
GIcon
, orNULL
.The argument can be NULL
.The data is owned by the caller of the method.