()
| 250 | |
| 251 | func (p *TimerPlayer) Next() *dbus.Error { os.Exit(1); return nil } |
| 252 | func (p *TimerPlayer) Stop() *dbus.Error { os.Exit(1); return nil } |
| 253 | |
| 254 | func (p *TimerPlayer) Get(iface, prop string) (dbus.Variant, *dbus.Error) { |
| 255 | switch iface { |
no outgoing calls
no test coverage detected