Method

IdeDeviceset_icon_name

Declaration

void
ide_device_set_icon_name (
  IdeDevice* self,
  const gchar* icon_name
)

Description

Sets the icon-name property.

This is the icon that is displayed with the device name in UI elements.

Sets propertyIde.Device:icon-name

Parameters

icon_name

Type: const gchar*

No description available.

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