Skip to content

pasteManager: point to proper class when promisifying methods

Methods new_from_stream_async and new_from_stream_finish are class methods in GdkPixbuf.Pixbuf. They don't show up in GdkPixbuf.Pixbuf.prototype, but in GdkPixbuf.Pixbuf directly. Updated calls to promisify to provide correct class object.

#179 (closed)

Edited by Juan R. García Blanco

Merge request reports