GNOME Bugzilla – Bug 694022
GtkViewport: annotate the adjustment args of the constructor
Last modified: 2013-02-19 01:48:16 UTC
This patch adds (allow-none) annotations for the adjustments args of gtk_viewport_new.
Created attachment 236445 [details] [review] GtkViewport: annotate the adjustment args of the constructor NULL is accepted here, so add (allow-none).
Review of attachment 236445 [details] [review]: Looks good to me
Attachment 236445 [details] pushed as afc57ca - GtkViewport: annotate the adjustment args of the constructor