[gnome-shell/gbsneto/more-clutter-content: 5/5] texture-cache: Fix documentation error



commit 3eb15bffdd89b7283712bc9661631e52ec7ba7b1
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Jan 29 12:26:15 2019 -0200

    texture-cache: Fix documentation error
    
    It now returns a ClutterActor, not a ClutterTexture.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/371

 src/st/st-texture-cache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
index ad177b35e..d9c0a9673 100644
--- a/src/st/st-texture-cache.c
+++ b/src/st/st-texture-cache.c
@@ -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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]