Method

FoundryDeviceset_id

Declaration [src]

void
foundry_device_set_id (
  FoundryDevice* self,
  const char* id
)

Description [src]

Set the user-visible id of the device.

This should only be called by implementations of FoundryDeviceProvider.

Sets propertyFoundry.Device:id

Parameters

id

Type: const char*

No description available.

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