forked from AuroraMiddleware/gtk
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:
parent
9bd206a65c
commit
10fd53970c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user