get_path
Description:
[
Version ( since =
"1.26" ) ]
public unowned string get_path ()
Gets the path of the Device as exposed by the udev property ID_PATH.
Parameters:
Returns:
the path of the device.
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.
|