After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 743054 - Gtk.Clipboard.set_with_data and .set_with_owner not implemented
Gtk.Clipboard.set_with_data and .set_with_owner not implemented
Status: RESOLVED DUPLICATE of bug 656312
Product: pygobject
Classification: Bindings
Component: introspection
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-16 16:47 UTC by Felipe Morales
Modified: 2015-01-24 08:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felipe Morales 2015-01-16 16:47:05 UTC
I'm trying to implement a clipboard utility for the neovim project, which requires storing a custom target in the clipboard (see details at [1]). I've found that python bindings for Gtk3 don't support the set_with_data method, which would be required to implement this utility. 

The script I have so far is at [2]. 

Is there a reason this hasn't been implemented?


[1]: https://github.com/neovim/neovim/issues/1822 
[2]: https://gist.github.com/fmoralesc/8bc5770847dc79179395
Comment 1 Simon Feltman 2015-01-24 08:31:26 UTC

*** This bug has been marked as a duplicate of bug 656312 ***