get_vendor


Description:

public unowned string get_vendor ()

Gets the vendor string of the Device.

Parameters:

this

a Device

Returns:

the vendor name of the device. This is the internal string used by the device, and must not be modified.

The string is backslash escaped (C escaping) for invalid characters. The escaping can be reverted with compress, however the result may not be valid UTF-8.