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
Documentation says it should be bytes, but it's marked as GLib.Bytes in the stubs.
I tried passing GLib.Bytes, but then I received the following error:
File ".../gi/overrides/GdkPixbuf.py", line 53, in new_from_data
data = GLib.Bytes.new(data)
TypeError: Must be sequence, not Bytes