gdk: Reshuffle docs slightly

Deemphasize GdkPixbuf in the docs.
This commit is contained in:
Matthias Clasen 2017-12-25 16:40:47 -05:00
parent 999cf1b1dc
commit d5f215f96d
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,6 @@
<xi:include href="xml/gdkdevice.xml" />
<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" />
@ -47,11 +46,12 @@
<xi:include href="xml/dnd.xml" />
<xi:include href="xml/properties.xml" />
<xi:include href="xml/threads.xml" />
<xi:include href="xml/gdkapplaunchcontext.xml" />
<xi:include href="xml/pixbufs.xml" />
<xi:include href="xml/pango_interaction.xml" />
<xi:include href="xml/cairo_interaction.xml" />
<xi:include href="xml/x_interaction.xml" />
<xi:include href="xml/wayland_interaction.xml" />
<xi:include href="xml/gdkapplaunchcontext.xml" />
</reference>
<index id="api-index-full">

View File

@ -32,7 +32,7 @@
/**
* SECTION:pixbufs
* @Short_description: Functions for obtaining pixbufs
* @Title: Pixbufs
* @Title: GdkPixbuf Interaction
*
* Pixbufs are client-side images. For details on how to create
* and manipulate pixbufs, see the #GdkPixbuf API documentation.