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 635299 - add gtk_selection_data_get_data_with_length API which can be bound
add gtk_selection_data_get_data_with_length API which can be bound
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 635298 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-11-19 20:00 UTC by johnp
Modified: 2011-01-03 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add gtk_selection_data_get_data_with_length API which can be bound (3.77 KB, patch)
2010-11-19 20:00 UTC, johnp
accepted-commit_now Details | Review

Description johnp 2010-11-19 20:00:54 UTC
* gtk_selection_data_get_data can't be bound because we need to know the length
  of data inorder to marshal it
Comment 1 johnp 2010-11-19 20:00:56 UTC
Created attachment 174884 [details] [review]
add gtk_selection_data_get_data_with_length API which can be bound
Comment 2 Baptiste Mille-Mathias 2010-11-19 20:04:44 UTC
*** Bug 635298 has been marked as a duplicate of this bug. ***
Comment 3 johnp 2010-11-19 23:27:46 UTC
Woops, git-bz was erroring out so I didn't realize it added a bug without adding the attachment
Comment 4 Matthias Clasen 2010-12-22 19:48:51 UTC
Review of attachment 174884 [details] [review]:

Looks harmless enough to me.