texture: Fix documentation block of gdk_texture_download
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 19 Mar 2018 19:31:15 +0000 (20:31 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 19 Mar 2018 19:31:15 +0000 (20:31 +0100)
gdk/gdktexture.c

index d9f8d6fd48951f8f3b4f547b2b3d7bf08b2d09f2..6aeed4152aa255344d560afe210eef5449c85632 100644 (file)
@@ -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,