docs: Strictify the docs for gtk_cairo_should_draw_window()

We don't actually enforce the docs, but we will in the future. (in fact,
I only added this because widgets were doing stupid things.)
This commit is contained in:
Benjamin Otte 2011-04-19 00:55:03 +02:00
parent 9bd206a65c
commit 10fd53970c

View File

@ -5628,7 +5628,8 @@ gtk_cairo_set_event (cairo_t *cr,
/**
* gtk_cairo_should_draw_window:
* @cr: a cairo context
* @window: the window to check
* @window: the window to check. @window may not be an input-only
* window.
*
* This function is supposed to be called in #GtkWidget::draw
* implementations for widgets that support multiple windows.