[gegl/wip/rishi/buffer-copy-doc-fix] buffer: Fix the gegl_buffer_copy documentation



commit 34c1842b1dd218067cc819d036a13363458d2690
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Dec 20 23:11:33 2018 +0100

    buffer: Fix the gegl_buffer_copy documentation
    
    https://gitlab.gnome.org/GNOME/gegl/merge_requests/13

 gegl/buffer/gegl-buffer.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gegl/buffer/gegl-buffer.h b/gegl/buffer/gegl-buffer.h
index 042d7a286..b477a3493 100644
--- a/gegl/buffer/gegl-buffer.h
+++ b/gegl/buffer/gegl-buffer.h
@@ -383,8 +383,7 @@ void            gegl_buffer_clear             (GeglBuffer          *buffer,
  * @src_rect: source rectangle (or NULL to copy entire source buffer)
  * @repeat_mode: the abyss policy to be using if src_rect is outside src's extent.
  * @dst: (transfer none): destination buffer.
- * @dst_rect: position of upper left destination pixel, or NULL for top
- * left coordinates of the buffer extents.
+ * @dst_rect: position of upper left destination pixel (or NULL to match @src_rect)
  *
  * Copy a region from source buffer to destination buffer.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]