~ubuntu-branches/ubuntu/quantal/vala/quantal

« back to all changes in this revision

Viewing changes to vapi/gdk-pixbuf-2.0.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-03-17 09:35:15 UTC
  • mfrom: (1.5.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20110317093515-veyqriw9egujkws2
Tags: 0.11.7-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
                public weak uint8[] pixel_data;
159
159
                public bool deserialize ([CCode (array_length_pos = 0.9)] uint8[] stream) throws GLib.Error;
160
160
                public void* from_pixbuf (Gdk.Pixbuf pixbuf, bool use_rle);
161
 
                public unowned uint8[] serialize ();
 
161
                public uint8[] serialize ();
162
162
                public unowned GLib.StringBuilder to_csource (string name, Gdk.PixdataDumpType dump_type);
163
163
        }
164
164
        [CCode (cprefix = "GDK_COLORSPACE_", cheader_filename = "gdk-pixbuf/gdk-pixdata.h")]