better godoc documentation
This commit is contained in:
@@ -9,7 +9,7 @@ func NewItem(conn *dbus.Conn, path dbus.ObjectPath) (item *Item) {
|
||||
|
||||
item = &Item{
|
||||
Conn: conn,
|
||||
Dbus: conn.Object(DBusServiceName, path),
|
||||
Dbus: conn.Object(DbusServiceName, path),
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user