GNOME Bugzilla – Bug 691639
introspection: gtk_widget_set_tooltip_text accepts NULL
Last modified: 2013-01-21 03:03:18 UTC
gtk_widget_set_tooltip_text can handle NULL and needs to be annotated as such. I hit this trying to port my app from pygtk2 which handled set_tooltip_text(None) fine.
Created attachment 233362 [details] [review] widget: Add annotation (allow-none) for set_tooltip_text
Review of attachment 233362 [details] [review]: Looks fine
Attachment 233362 [details] pushed as cbce906 - widget: Add annotation (allow-none) for set_tooltip_text