~ubuntu-branches/ubuntu/vivid/vala/vivid

« back to all changes in this revision

Viewing changes to vapi/cogl-1.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-07-28 07:58:01 UTC
  • mfrom: (1.5.5 upstream) (7.3.14 experimental)
  • Revision ID: james.westby@ubuntu.com-20100728075801-18u9cg5hv5oety6m
Tags: 0.9.4-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
                public uint flags;
258
258
                public Matrix.from_array (float[] array);
259
259
                public void frustum (float left, float right, float bottom, float top, float z_near, float z_far);
 
260
                [CCode (array_length = false)]
260
261
                public unowned float[] get_array ();
261
262
                public bool get_inverse (Cogl.Matrix inverse);
262
263
                public Matrix.identity ();