Method

FoundryDeviceset_name

Declaration [src]

void
foundry_device_set_name (
  FoundryDevice* self,
  const char* name
)

Description [src]

Set the user-visible name of the sdk.

This should only be called by implementations of FoundryDeviceProvider.

Sets propertyFoundry.Device:name

Parameters

name

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.