GdkSurface: Fix doc comments for remoteve invalidate_children argument
authorAlexander Larsson <alexl@redhat.com>
Wed, 21 Mar 2018 08:18:30 +0000 (09:18 +0100)
committerAlexander Larsson <alexl@redhat.com>
Wed, 21 Mar 2018 08:18:30 +0000 (09:18 +0100)
gdk/gdksurface.c

index 3a32fb0a2a1e9f4deafdb68f13292902347ed234..cc6eab44fb62c16837eb7aa0539fb33c44f54c1f 100644 (file)
@@ -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.”