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:
parent
8665045326
commit
259f90bbf6
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user