diff options
author | Alexander Larsson <alexl@redhat.com> | 2018-03-21 09:18:30 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2018-03-21 09:18:30 +0100 |
commit | 945379d623b3382fb764de8c9cc93821de955485 (patch) | |
tree | 362bd42fcd26499bd4ca3d681768748ba03cff29 /gdk | |
parent | 3f2894fec10ec313bcb3a40ecef058a10b330706 (diff) | |
download | gtk+-945379d623b3382fb764de8c9cc93821de955485.tar.gz |
GdkSurface: Fix doc comments for remoteve invalidate_children argument
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdksurface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c index 3a32fb0a2a..cc6eab44fb 100644 --- a/gdk/gdksurface.c +++ b/gdk/gdksurface.c @@ -2172,7 +2172,6 @@ gdk_surface_paint_on_clock (GdkFrameClock *clock, * @surface: a #GdkSurface * @rect: (allow-none): rectangle to invalidate or %NULL to invalidate the whole * surface - * @invalidate_children: whether to also invalidate child surfaces * * A convenience wrapper around gdk_surface_invalidate_region() which * invalidates a rectangular region. See @@ -2225,7 +2224,6 @@ impl_surface_add_update_area (GdkSurface *impl_surface, * gdk_surface_invalidate_region: * @surface: a #GdkSurface * @region: a #cairo_region_t - * @invalidate_children: %TRUE to also invalidate child surfaces * * Adds @region to the update area for @surface. The update area is the * region that needs to be redrawn, or “dirty region.” |