summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-18 05:14:52 +0100
committerBenjamin Otte <otte@redhat.com>2018-03-18 05:57:07 +0100
commit82a99a3643f49632e9c633c294ab47044daab3c5 (patch)
tree78b92f398ac18ccfa37062d4de0b9ba05cdd1cbd /docs
parentd54ca3c74f360c36810ec21ecac5d7f5065bba9f (diff)
downloadgtk+-82a99a3643f49632e9c633c294ab47044daab3c5.tar.gz
texture: Expose subclasses as subclasses
This is necessary so that bidnings work properly and don't make gdk_gl_texture_release() a function on GdkTexture. It also allows code to identify what type of texture they are dealing with. Finally, we can now decide to add getters later without screwing anything up, if we want to allow people to access GL textures directly.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gdk/gdk4-sections.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt
index 989c0feae1..c63a170560 100644
--- a/docs/reference/gdk/gdk4-sections.txt
+++ b/docs/reference/gdk/gdk4-sections.txt
@@ -751,6 +751,16 @@ gdk_texture_get_type
GDK_TYPE_TEXTURE
GDK_IS_TEXTURE
GDK_TEXTURE
+GdkGLTextureClass
+gdk_gl_texture_get_type
+GDK_TYPE_GL_TEXTURE
+GDK_IS_GL_TEXTURE
+GDK_GL_TEXTURE
+GdkMemoryTextureClass
+gdk_memory_texture_get_type
+GDK_TYPE_MEMORY_TEXTURE
+GDK_IS_MEMORY_TEXTURE
+GDK_MEMORY_TEXTURE
</SECTION>
<SECTION>