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 652196 - Add a 'value' GObject property to GtkPrintOperation so that it can be used with g_object_bind_property()
Add a 'value' GObject property to GtkPrintOperation so that it can be used w...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Printing
3.1.x
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
Depends on:
Blocks: 651972
 
 
Reported: 2011-06-09 14:35 UTC by Richard Hughes
Modified: 2011-06-09 14:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for review (3.74 KB, patch)
2011-06-09 14:35 UTC, Richard Hughes
accepted-commit_now Details | Review

Description Richard Hughes 2011-06-09 14:35:58 UTC
Created attachment 189551 [details] [review]
patch for review

I need this be be able to bind to the property, for my future color work.

Please review, thanks.
Comment 1 Richard Hughes 2011-06-09 14:44:55 UTC
Known commit title problem: s/GtkPrintOperation/GtkPrinterOption -- fixed locally.
Comment 2 Matthias Clasen 2011-06-09 14:49:13 UTC
Review of attachment 189551 [details] [review]:

Looks ok
Comment 3 Richard Hughes 2011-06-09 14:54:26 UTC
Great, thanks.