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 680822 - Document return value of GtkWidget::draw
Document return value of GtkWidget::draw
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.3.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-07-30 10:38 UTC by Philip Withnall
Modified: 2012-07-30 14:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Document return value of GtkWidget::draw (1.84 KB, patch)
2012-07-30 10:40 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2012-07-30 10:38:40 UTC
Patch coming.
Comment 1 Philip Withnall 2012-07-30 10:40:07 UTC
Created attachment 219875 [details] [review]
Document return value of GtkWidget::draw
Comment 2 Emmanuele Bassi (:ebassi) 2012-07-30 13:33:55 UTC
Review of attachment 219875 [details] [review]:

looks good; would be nice to add a description to those signals as well as the return value, but it can be a separate bug/patch.
Comment 3 Philip Withnall 2012-07-30 14:12:36 UTC
Comment on attachment 219875 [details] [review]
Document return value of GtkWidget::draw

commit f92a092bac8ff4664ab6944c3493bf61d7974bd9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jul 30 12:38:59 2012 +0200

    Bug 680822 — Document return value of GtkWidget::draw
    
    Document the boolean accumulator used by GtkWidget::draw and a few other
    GtkWidget signals.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=680822

 gtk/gtkwidget.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)