Minor fix to the documentation for clutter_texture_get_sync_size
The documentation was recursively referring to itself causing a stack overflow in the reader's brain. http://bugzilla.clutter-project.org/show_bug.cgi?id=2233
This commit is contained in:
parent
706f42645a
commit
1dee65770a
@ -2515,7 +2515,7 @@ clutter_texture_set_sync_size (ClutterTexture *texture,
|
||||
* clutter_texture_get_sync_size:
|
||||
* @texture: a #ClutterTexture
|
||||
*
|
||||
* Retrieves the value set with clutter_texture_get_sync_size()
|
||||
* Retrieves the value set with clutter_texture_set_sync_size()
|
||||
*
|
||||
* Return value: %TRUE if the #ClutterTexture should have the same
|
||||
* preferred size of the underlying image data
|
||||
|
Loading…
Reference in New Issue
Block a user