How to paste an image from the system clipboard (MS Windows) in a Gtk canvas?

I want to paste an image from the system clipboard (MS Windows) in a Gtk canvas. As far as I know InteractiveUtils.clipboard only works with text.

Cheers.