--- src/wingpanel/vapi/cogl-fixes.vapi 2017-05-13 02:46:33.880734704 +0900 +++ /dev/null 2017-05-12 04:15:23.019728097 +0900 @@ -1,6 +0,0 @@ -namespace CoglFixes -{ - [CCode (cname = "cogl_texture_get_data")] - public int texture_get_data (Cogl.Texture texture, Cogl.PixelFormat format, uint rowstride, [CCode (array_length = false)] uint8[] pixels); -} -