add missed stubs
This commit is contained in:
@@ -28,6 +28,14 @@ func InitSMTCForWindow(hwnd uintptr) (*SMTC, error) {
|
|||||||
return nil, smtcUnsupportedErr
|
return nil, smtcUnsupportedErr
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (s *SMTC) SetEnabled(enabled bool) error {
|
||||||
|
return smtcUnsupportedErr
|
||||||
|
}
|
||||||
|
|
||||||
|
func (s *SMTC) SetThumbnail(filepath string) error {
|
||||||
|
return smtcUnsupportedErr
|
||||||
|
}
|
||||||
|
|
||||||
func (s *SMTC) OnButtonPressed(func(SMTCButton)) {}
|
func (s *SMTC) OnButtonPressed(func(SMTCButton)) {}
|
||||||
|
|
||||||
func (s *SMTC) OnSeek(f func(millis int)) {}
|
func (s *SMTC) OnSeek(f func(millis int)) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user