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 694022 - GtkViewport: annotate the adjustment args of the constructor
GtkViewport: annotate the adjustment args of the constructor
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-17 13:02 UTC by Torsten Schoenfeld
Modified: 2013-02-19 01:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkViewport: annotate the adjustment args of the constructor (1.04 KB, patch)
2013-02-17 13:02 UTC, Torsten Schoenfeld
committed Details | Review

Description Torsten Schoenfeld 2013-02-17 13:02:52 UTC
This patch adds (allow-none) annotations for the adjustments args of
gtk_viewport_new.
Comment 1 Torsten Schoenfeld 2013-02-17 13:02:54 UTC
Created attachment 236445 [details] [review]
GtkViewport: annotate the adjustment args of the constructor

NULL is accepted here, so add (allow-none).
Comment 2 Cosimo Cecchi 2013-02-18 16:58:22 UTC
Review of attachment 236445 [details] [review]:

Looks good to me
Comment 3 Cosimo Cecchi 2013-02-19 01:48:13 UTC
Attachment 236445 [details] pushed as afc57ca - GtkViewport: annotate the adjustment args of the constructor