You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go/src/github.com/diamondburned/handy/handy_generated.go:40:5: cannot use (*glib.Object)(nil) (type *glib.Object) as type objector in assignment:
*glib.Object does not implement objector (wrong type for Connect method)
have Connect(string, interface {}, ...interface {}) (glib.SignalHandle, error)
want Connect(string, interface {}) glib.SignalHandle
go/src/github.com/diamondburned/handy/handy_generated.go:703:4: cannot use >k.Widget literal (type *gtk.Widget) as type Caster in field value:
*gtk.Widget does not implement Caster (wrong type for Connect method)
have Connect(string, interface {}, ...interface {}) (glib.SignalHandle, error)
want Connect(string, interface {}) glib.SignalHandle
go/src/github.com/diamondburned/handy/handy_generated.go:1176:4: cannot use >k.Widget literal (type *gtk.Widget) as type Caster in field value:
*gtk.Widget does not implement Caster (wrong type for Connect method)
have Connect(string, interface {}, ...interface {}) (glib.SignalHandle, error)
want Connect(string, interface {}) glib.SignalHandle
go/src/github.com/diamondburned/handy/handy_generated.go:2056:4: cannot use >k.Widget literal (type *gtk.Widget) as type Caster in field value:
*gtk.Widget does not implement Caster (wrong type for Connect method)
have Connect(string, interface {}, ...interface {}) (glib.SignalHandle, error)
want Connect(string, interface {}) glib.SignalHandle
go/src/github.com/diamondburned/handy/handy_generated.go:2917:3: cannot use >k.Widget literal (type *gtk.Widget) as type Caster in field value:
*gtk.Widget does not implement Caster (wrong type for Connect method)
have Connect(string, interface {}, ...interface {}) (glib.SignalHandle, error)
want Connect(string, interface {}) glib.SignalHandle
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: