~ubuntu-branches/ubuntu/raring/vala-0.18/raring

« back to all changes in this revision

Viewing changes to vapi/mx-1.0.vapi

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-17 09:17:39 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120917091739-xg3rrdvc3wmzsn9w
Tags: 0.17.7-0ubuntu1
* New upstream bugfix release
* debian/libvala-0.18-0.symbols:
  - Updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
                public bool set_from_buffer ([CCode (array_length_cname = "buffer_size", array_length_pos = 1.5, array_length_type = "gsize", type = "guchar*")] owned uint8[]? buffer, GLib.DestroyNotify? buffer_free_func) throws GLib.Error;
533
533
                public bool set_from_buffer_at_size ([CCode (array_length_cname = "buffer_size", array_length_pos = 1.5, array_length_type = "gsize", type = "guchar*")] owned uint8[]? buffer, GLib.DestroyNotify? buffer_free_func, int width, int height) throws GLib.Error;
534
534
                public bool set_from_cogl_texture (Cogl.Handle texture);
535
 
                public bool set_from_data ([CCode (array_length = false, type = "guchar*")] uint8[]? data, Cogl.PixelFormat pixel_format, int width, int height, int rowstride) throws GLib.Error;
 
535
                public bool set_from_data ([CCode (array_length = false, type = "const guchar*")] uint8[]? data, Cogl.PixelFormat pixel_format, int width, int height, int rowstride) throws GLib.Error;
536
536
                public bool set_from_file (string filename) throws GLib.Error;
537
537
                public bool set_from_file_at_size (string filename, int width, int height) throws GLib.Error;
538
538
                public void set_image_rotation (float rotation);