[clutter/clutter-1.22] docs: Fix a typo in ClutterImage example
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.22] docs: Fix a typo in ClutterImage example
- Date: Sat, 20 Jun 2015 16:58:50 +0000 (UTC)
commit d2b08eb177f2fcf88b99914f261442389770ed43
Author: Kalev Lember <klember redhat com>
Date: Sat Jun 20 18:55:01 2015 +0200
docs: Fix a typo in ClutterImage example
clutter/clutter-image.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-image.c b/clutter/clutter-image.c
index 880b734..269be0c 100644
--- a/clutter/clutter-image.c
+++ b/clutter/clutter-image.c
@@ -220,7 +220,7 @@ clutter_image_new (void)
*
* clutter_image_set_data (CLUTTER_IMAGE (image),
* gdk_pixbuf_get_pixels (pixbuf),
- * gdk_pixbuf_has_alpha (pixbuf)
+ * gdk_pixbuf_get_has_alpha (pixbuf)
* ? COGL_PIXEL_FORMAT_RGBA_8888
* : COGL_PIXEL_FORMAT_RGB_888,
* gdk_pixbuf_get_width (pixbuf),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]