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 547956 - No accessor for GtkSelectionData.selection
No accessor for GtkSelectionData.selection
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 588339
 
 
Reported: 2008-08-15 19:47 UTC by Torsten Schoenfeld
Modified: 2009-07-11 23:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add gtk_selection_data_get_selection (2.34 KB, patch)
2008-08-15 19:47 UTC, Torsten Schoenfeld
committed Details | Review

Description Torsten Schoenfeld 2008-08-15 19:47:29 UTC
It seems like GtkSelectionData.selection didn't get an accessor during the recent sealing.  Is this intentional?  If not, here's a patch that adds an accessor.
Comment 1 Torsten Schoenfeld 2008-08-15 19:47:54 UTC
Created attachment 116706 [details] [review]
Add gtk_selection_data_get_selection
Comment 2 Matthias Clasen 2008-09-27 04:18:24 UTC
Looks fine, apart from the Since tag that'll have to be 2.16 at this point.
Comment 3 Torsten Schoenfeld 2008-10-01 18:55:22 UTC
Committed with that change.