projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a15080c
)
texture: Fix documentation block of gdk_texture_download
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 19 Mar 2018 19:31:15 +0000
(20:31 +0100)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 19 Mar 2018 19:31:15 +0000
(20:31 +0100)
gdk/gdktexture.c
patch
|
blob
|
history
diff --git
a/gdk/gdktexture.c
b/gdk/gdktexture.c
index d9f8d6fd48951f8f3b4f547b2b3d7bf08b2d09f2..6aeed4152aa255344d560afe210eef5449c85632 100644
(file)
--- 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,