forked from AuroraMiddleware/gtk
gdk: Reshuffle docs slightly
Deemphasize GdkPixbuf in the docs.
This commit is contained in:
parent
999cf1b1dc
commit
d5f215f96d
@ -26,7 +26,6 @@
|
|||||||
<xi:include href="xml/gdkdevice.xml" />
|
<xi:include href="xml/gdkdevice.xml" />
|
||||||
<xi:include href="xml/gdkdevicepad.xml" />
|
<xi:include href="xml/gdkdevicepad.xml" />
|
||||||
<xi:include href="xml/regions.xml" />
|
<xi:include href="xml/regions.xml" />
|
||||||
<xi:include href="xml/pixbufs.xml" />
|
|
||||||
<xi:include href="xml/textures.xml" />
|
<xi:include href="xml/textures.xml" />
|
||||||
<xi:include href="xml/rgba_colors.xml" />
|
<xi:include href="xml/rgba_colors.xml" />
|
||||||
<xi:include href="xml/cursors.xml" />
|
<xi:include href="xml/cursors.xml" />
|
||||||
@ -47,11 +46,12 @@
|
|||||||
<xi:include href="xml/dnd.xml" />
|
<xi:include href="xml/dnd.xml" />
|
||||||
<xi:include href="xml/properties.xml" />
|
<xi:include href="xml/properties.xml" />
|
||||||
<xi:include href="xml/threads.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/pango_interaction.xml" />
|
||||||
<xi:include href="xml/cairo_interaction.xml" />
|
<xi:include href="xml/cairo_interaction.xml" />
|
||||||
<xi:include href="xml/x_interaction.xml" />
|
<xi:include href="xml/x_interaction.xml" />
|
||||||
<xi:include href="xml/wayland_interaction.xml" />
|
<xi:include href="xml/wayland_interaction.xml" />
|
||||||
<xi:include href="xml/gdkapplaunchcontext.xml" />
|
|
||||||
</reference>
|
</reference>
|
||||||
|
|
||||||
<index id="api-index-full">
|
<index id="api-index-full">
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
/**
|
/**
|
||||||
* SECTION:pixbufs
|
* SECTION:pixbufs
|
||||||
* @Short_description: Functions for obtaining pixbufs
|
* @Short_description: Functions for obtaining pixbufs
|
||||||
* @Title: Pixbufs
|
* @Title: GdkPixbuf Interaction
|
||||||
*
|
*
|
||||||
* Pixbufs are client-side images. For details on how to create
|
* Pixbufs are client-side images. For details on how to create
|
||||||
* and manipulate pixbufs, see the #GdkPixbuf API documentation.
|
* and manipulate pixbufs, see the #GdkPixbuf API documentation.
|
||||||
|
Loading…
Reference in New Issue
Block a user