GNOME Bugzilla – Bug 616448
Clutter.Stage.read_pixels does not compile
Last modified: 2010-04-25 23:49:32 UTC
Created attachment 159288 [details] [review] proposed patch Example: weak uchar[] pixels = stage.read_pixels(0, 0, -1, -1); Results in a gcc error: error: too many arguments to function `clutter_stage_read_pixels' Patch (including the regenerated vapi file) is attached.
commit 42a5292e18eb62545b7186f95963d6bc9b330d38 Author: Evan Nemerson <evan@coeus-group.com> Date: Sun Apr 25 16:47:35 2010 -0700 clutter-1.0: fix Stage.read_pixels binding Fixes bug 616448.