docs: Fix the GLX section

The whole thing should just go away.
This commit is contained in:
Emmanuele Bassi 2011-06-20 19:45:14 +01:00
parent f3f1c87d8c
commit 459e1e7fc9
4 changed files with 3 additions and 17 deletions

View File

@ -29,7 +29,9 @@
/**
* SECTION:clutter-glx-texture-pixmap
* @short_description: A texture which displays the content of an X Pixmap.
* @Title: ClutterGLXTexturePixmap
* @short_description: A texture which displays the content of an X Pixmap
* @Deprecated: 1.4: Use #ClutterX11TexturePixmap instead.
*
* #ClutterGLXTexturePixmap is a class for displaying the content of an
* X Pixmap as a ClutterActor. Used together with the X Composite extension,

View File

@ -23,16 +23,6 @@
*
*/
/**
* SECTION:clutter-glx
* @short_description: GLX specific API
*
* The GLX backend for Clutter provides some specific API for GLX
* related calls.
*
* The ClutterGLX API is available since Clutter 0.4
*/
#ifndef __CLUTTER_GLX_H__
#define __CLUTTER_GLX_H__

View File

@ -220,7 +220,6 @@
<xi:include href="xml/clutter-backend.xml"/>
<xi:include href="xml/clutter-x11.xml"/>
<xi:include href="xml/clutter-x11-texture-pixmap.xml"/>
<xi:include href="xml/clutter-glx.xml"/>
<xi:include href="xml/clutter-glx-texture-pixmap.xml"/>
<xi:include href="xml/clutter-win32.xml"/>
<xi:include href="xml/clutter-egl.xml"/>

View File

@ -1921,11 +1921,6 @@ ClutterBindingPoolClass
clutter_binding_pool_get_type
</SECTION>
<SECTION>
<TITLE>GLX Specific Support</TITLE>
<FILE>clutter-glx</FILE>
</SECTION>
<SECTION>
<TITLE>EGL Specific Support</TITLE>
<FILE>clutter-egl</FILE>