texture-cache: Fix documentation error

It now returns a ClutterActor, not a ClutterTexture.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/371
This commit is contained in:
Georges Basile Stavracas Neto 2019-01-29 12:26:15 -02:00
parent 8665045326
commit 259f90bbf6
No known key found for this signature in database
GPG Key ID: 886C17EE170D1385

View File

@ -720,7 +720,7 @@ st_texture_cache_free_bind (gpointer data)
* @object: A #GObject with a property @property_name of type #GdkPixbuf
* @property_name: Name of a property
*
* Create a #ClutterTexture which tracks the #cairo_surface_t value of a GObject property
* Create a #ClutterActor which tracks the #cairo_surface_t value of a GObject property
* named by @property_name. Unlike other methods in StTextureCache, the underlying
* #CoglTexture is not shared by default with other invocations to this method.
*