diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-11-04 23:47:02 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-11-04 23:47:02 -0400 |
commit | 844b75356dc092c693c8005ede52b7f5be3958ee (patch) | |
tree | 9862a5e518f2371096010d0beca39ea788930cfc /docs | |
parent | b36c197fc797447432b75d5e13d4100272ee4157 (diff) | |
download | gtk+-844b75356dc092c693c8005ede52b7f5be3958ee.tar.gz |
Documentation fixes
Make sure textures show up in the gdk docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk4-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/gdk/gdk4-sections.txt | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/reference/gdk/gdk4-docs.xml b/docs/reference/gdk/gdk4-docs.xml index a5eb28a967..5af5c2329f 100644 --- a/docs/reference/gdk/gdk4-docs.xml +++ b/docs/reference/gdk/gdk4-docs.xml @@ -28,6 +28,7 @@ <xi:include href="xml/gdkdevicepad.xml" /> <xi:include href="xml/regions.xml" /> <xi:include href="xml/pixbufs.xml" /> + <xi:include href="xml/textures.xml" /> <xi:include href="xml/rgba_colors.xml" /> <xi:include href="xml/cursors.xml" /> <xi:include href="xml/windows.xml" /> diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt index d62d40ba83..4eb5c43318 100644 --- a/docs/reference/gdk/gdk4-sections.txt +++ b/docs/reference/gdk/gdk4-sections.txt @@ -806,7 +806,9 @@ gdk_owner_change_get_type </SECTION> <SECTION> -<FILE>GdkTexture</FILE> +<TITLE>Textures</TITLE> +<FILE>textures</FILE> +GdkTexture gdk_texture_new_for_data gdk_texture_new_for_surface gdk_texture_new_for_pixbuf @@ -816,7 +818,6 @@ gdk_texture_get_width gdk_texture_get_height gdk_texture_download <SUBSECTION Standard> -GdkTexture gdk_texture_get_type GDK_TYPE_TEXTURE GDK_IS_TEXTURE |