(iface string, changed map[string]dbus.Variant)
| 211 | } |
| 212 | |
| 213 | func (p *TimerPlayer) emitPropertiesChanged(iface string, changed map[string]dbus.Variant) { |
| 214 | err := p.conn.Emit(p.objectPath, "org.freedesktop.DBus.Properties.PropertiesChanged", |
| 215 | iface, changed, []string{}) |
| 216 | if err != nil { |
| 217 | log.Printf("emitLoop properties: %v", err) |
| 218 | } |
| 219 | } |
| 220 | |
| 221 | func (p *TimerPlayer) Raise() *dbus.Error { return nil } |
| 222 | func (p *TimerPlayer) Quit() *dbus.Error { os.Exit(0); return nil } |