[docs] Remove unused arguments

The documentation for some X11TexturePixmap method does not reflect
the actual API.
This commit is contained in:
Emmanuele Bassi 2009-03-18 17:07:50 +00:00
parent 6114c6c1db
commit 7d8da0e830

View File

@ -921,9 +921,6 @@ clutter_x11_texture_pixmap_new (void)
/** /**
* clutter_x11_texture_pixmap_new_with_pixmap: * clutter_x11_texture_pixmap_new_with_pixmap:
* @pixmap: the X Pixmap to which this texture should be bound * @pixmap: the X Pixmap to which this texture should be bound
* @width: the width of the X pixmap
* @height: the height of the X pixmap
* @depth: the depth of the X pixmap
* *
* Return value: A new #ClutterX11TexturePixmap bound to the given X Pixmap * Return value: A new #ClutterX11TexturePixmap bound to the given X Pixmap
* *
@ -944,9 +941,6 @@ clutter_x11_texture_pixmap_new_with_pixmap (Pixmap pixmap)
/** /**
* clutter_x11_texture_pixmap_new_with_window: * clutter_x11_texture_pixmap_new_with_window:
* @window: the X window to which this texture should be bound * @window: the X window to which this texture should be bound
* @width: the width of the X pixmap
* @height: the height of the X pixmap
* @depth: the depth of the X pixmap
* *
* Return value: A new #ClutterX11TexturePixmap bound to the given X window. * Return value: A new #ClutterX11TexturePixmap bound to the given X window.
* *