GtkWidget: Add some missing nullable annotations

This commit is contained in:
Timm Bäder 2015-11-24 10:49:05 +01:00
parent f154875e08
commit 5e2aec7cbb

View File

@ -15657,7 +15657,8 @@ union_with_clip (GtkWidget *widget,
/* /*
* _gtk_widget_set_simple_clip: * _gtk_widget_set_simple_clip:
* @widget: a #GtkWidget * @widget: a #GtkWidget
* @content_clip: Clipping area of the contents or %NULL, if the contents * @content_clip: (nullable): Clipping area of the contents
* or %NULL, if the contents
* do not extent the allocation. * do not extent the allocation.
* *
* This is a convenience function for gtk_widget_set_clip(), if you * This is a convenience function for gtk_widget_set_clip(), if you
@ -16019,7 +16020,7 @@ gtk_widget_unregister_window (GtkWidget *widget,
* *
* Returns the widgets window if it is realized, %NULL otherwise * Returns the widgets window if it is realized, %NULL otherwise
* *
* Returns: (transfer none): @widgets window. * Returns: (transfer none) (nullable): @widgets window.
* *
* Since: 2.14 * Since: 2.14
*/ */