[vte/wip/sixels: 77/82] ring: Fix bad docstring
- From: Hans Petter Jansson <hansp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/sixels: 77/82] ring: Fix bad docstring
- Date: Fri, 26 Jun 2020 00:49:35 +0000 (UTC)
commit 41553787bd3e16387e7c1bd5e952bcf9b714c42e
Author: Hans Petter Jansson <hpj cl no>
Date: Fri Jun 26 01:37:06 2020 +0200
ring: Fix bad docstring
src/ring.cc | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/ring.cc b/src/ring.cc
index 4554f5cd..a0b5f1d1 100644
--- a/src/ring.cc
+++ b/src/ring.cc
@@ -1636,15 +1636,15 @@ Ring::write_contents(GOutputStream* stream,
/**
* Ring::append_image:
- * @surface: a Cairo surface object
- * @pixelwidth: image width in pixels
- * @pixelheight: image height in pixels
- * @left: left position of image in cell unit
- * @top: left position of image in cell unit
- * @width: width of image in cell unit
- * @height: width of image in cell unit
+ * @surface: A Cairo surface object
+ * @pixelwidth: Image width in pixels
+ * @pixelheight: Image height in pixels
+ * @left: Left position of image in cell units
+ * @top: Top position of image in cell units
+ * @cell_width: Width of image in cell units
+ * @cell_height: Height of image in cell units
*
- * Append an image into the internal image list.
+ * Append an image to the internal image list.
*/
void
Ring::append_image (cairo_surface_t *surface, gint pixelwidth, gint pixelheight, glong left, glong top,
glong cell_width, glong cell_height)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]