ClutterX11TexturePixmap: Fix doc comment
The wrong signal name was used probably a copy & paste mistake, fix that.
This commit is contained in:
parent
88fe56d175
commit
0c070cdf91
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ clutter_x11_texture_pixmap_class_init (ClutterX11TexturePixmapClass *klass)
|
|||
* ClutterX11TexturePixmap::update-area:
|
||||
* @texture: the object which received the signal
|
||||
*
|
||||
* The ::hide signal is emitted to ask the texture to update its
|
||||
* The ::update-area signal is emitted to ask the texture to update its
|
||||
* content from its source pixmap.
|
||||
*
|
||||
* Since: 0.8
|
||||
|
|
Loading…
Add table
Reference in a new issue