diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-03-19 20:31:15 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2018-03-19 20:31:15 +0100 |
commit | f7326ff828ad133a7884906ad4cd03e2d9980535 (patch) | |
tree | 739e52b9936d9e8849a3f0e0a9f693e6e0dd68c8 /gdk | |
parent | a15080c640d7516316ed29924d638bd6dcffc0c2 (diff) | |
download | gtk+-f7326ff828ad133a7884906ad4cd03e2d9980535.tar.gz |
texture: Fix documentation block of gdk_texture_download
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/gdktexture.c | 4 |
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, |