summaryrefslogtreecommitdiff
path: root/gsk/gsktexture.h
diff options
context:
space:
mode:
Diffstat (limited to 'gsk/gsktexture.h')
-rw-r--r--gsk/gsktexture.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gsk/gsktexture.h b/gsk/gsktexture.h
index 317cb3c34c..67cbe718c4 100644
--- a/gsk/gsktexture.h
+++ b/gsk/gsktexture.h
@@ -52,6 +52,11 @@ int gsk_texture_get_width (GskTexture
GDK_AVAILABLE_IN_3_90
int gsk_texture_get_height (GskTexture *texture);
+GDK_AVAILABLE_IN_3_90
+void gsk_texture_download (GskTexture *texture,
+ guchar *data,
+ gsize stride);
+
G_END_DECLS
#endif /* __GSK_TEXTURE_H__ */