Grx.Device.get_name

@accepts(Grx.Device)
@returns(unicode)
def get_name(self):
    # Python wrapper for grx_device_get_name()
  

Gets the Grx.Device:name of the device.

self

the device

Returns