diff --git a/funcs.go b/funcs.go index 0cba2d2..f0ebd6a 100644 --- a/funcs.go +++ b/funcs.go @@ -118,7 +118,7 @@ func pathsFromPath(bus dbus.BusObject, path string) (paths []dbus.ObjectPath, er /* NameFromPath returns an actual name (as it appears in Dbus) from a dbus.ObjectPath. - Note that you can get any object's dbus.ObjectPath via .Dbus.Path(). path is validated to ensure it is not an empty string. */ func NameFromPath(path dbus.ObjectPath) (name string, err error) {