summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-03-19 20:31:15 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-03-19 20:31:15 +0100
commitf7326ff828ad133a7884906ad4cd03e2d9980535 (patch)
tree739e52b9936d9e8849a3f0e0a9f693e6e0dd68c8
parenta15080c640d7516316ed29924d638bd6dcffc0c2 (diff)
downloadgtk+-f7326ff828ad133a7884906ad4cd03e2d9980535.tar.gz
texture: Fix documentation block of gdk_texture_download
-rw-r--r--gdk/gdktexture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c
index d9f8d6fd48..6aeed4152a 100644
--- a/gdk/gdktexture.c
+++ b/gdk/gdktexture.c
@@ -466,7 +466,7 @@ gdk_texture_download_area (GdkTexture *texture,
return GDK_TEXTURE_GET_CLASS (texture)->download (texture, area, data, stride);
}
-/*
+/**
* gdk_texture_download:
* @texture: a #GdkTexture
* @data: (array): pointer to enough memory to be filled with the
@@ -491,7 +491,7 @@ gdk_texture_download_area (GdkTexture *texture,
* cairo_image_surface_get_stride (surface));
* cairo_surface_mark_dirty (surface);
* ]|
- **/
+ */
void
gdk_texture_download (GdkTexture *texture,
guchar *data,