projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c903e
)
gdk: drop removed method from the header
author
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Thu, 9 Dec 2021 20:29:17 +0000
(20:29 +0000)
committer
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Thu, 9 Dec 2021 20:29:17 +0000
(20:29 +0000)
gdk/gdktexture.h
patch
|
blob
|
history
diff --git
a/gdk/gdktexture.h
b/gdk/gdktexture.h
index 6a62c9fe50d200cb705eddec06db4c01293056c3..531ae3bbded382b22fee3fe908dd81777cb21f10 100644
(file)
--- a/
gdk/gdktexture.h
+++ b/
gdk/gdktexture.h
@@
-89,10
+89,6
@@
GDK_AVAILABLE_IN_ALL
void gdk_texture_download (GdkTexture *texture,
guchar *data,
gsize stride);
-GDK_AVAILABLE_IN_4_6
-void gdk_texture_download_float (GdkTexture *texture,
- float *data,
- gsize stride);
GDK_AVAILABLE_IN_ALL
gboolean gdk_texture_save_to_png (GdkTexture *texture,
const char *filename);