summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-12-04 18:28:55 +0100
committerBastien Nocera <hadess@hadess.net>2017-12-04 18:28:55 +0100
commit1b92a2dc1a4e59f4ae4ea5cd79a81a4ea023578e (patch)
tree450e9db9ff352a5749321c5885285388fa17eb07
parentabd12802fdb1d092c7af11b9fe79217ac0dd0721 (diff)
downloadgdk-pixbuf-1b92a2dc1a4e59f4ae4ea5cd79a81a4ea023578e.tar.gz
docs: Fix link to "Image data" section in API docs
Reference links use "[title][id]" not "[title](id)", that's for URLs. https://bugzilla.gnome.org/show_bug.cgi?id=765282
-rw-r--r--gdk-pixbuf/gdk-pixbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c
index 27e5730cb..a0454c33e 100644
--- a/gdk-pixbuf/gdk-pixbuf.c
+++ b/gdk-pixbuf/gdk-pixbuf.c
@@ -676,7 +676,7 @@ gdk_pixbuf_get_bits_per_sample (const GdkPixbuf *pixbuf)
* Queries a pointer to the pixel data of a pixbuf.
*
* Return value: (array): A pointer to the pixbuf's pixel data.
- * Please see the section on [image data](image-data) for information
+ * Please see the section on [image data][image-data] for information
* about how the pixel data is stored in memory.
*
* This function will cause an implicit copy of the pixbuf data if the
@@ -696,7 +696,7 @@ gdk_pixbuf_get_pixels (const GdkPixbuf *pixbuf)
* Queries a pointer to the pixel data of a pixbuf.
*
* Return value: (array length=length): A pointer to the pixbuf's
- * pixel data. Please see the section on [image data](image-data)
+ * pixel data. Please see the section on [image data][image-data]
* for information about how the pixel data is stored in memory.
*
* This function will cause an implicit copy of the pixbuf data if the