docs: gtk_style_context_get_screen() always returns a valid screen

This commit is contained in:
Carlos Garcia Campos 2010-11-26 09:07:41 +01:00 committed by Carlos Garnacho
parent 7a5a622998
commit 4aaf193602

View File

@ -2575,7 +2575,7 @@ gtk_style_context_set_screen (GtkStyleContext *context,
*
* Returns the #GdkScreen to which @context is attached.
*
* Returns: a #GdkScreen, or %NULL.
* Returns: a #GdkScreen.
**/
GdkScreen *
gtk_style_context_get_screen (GtkStyleContext *context)