~ubuntu-branches/ubuntu/quantal/shotwell/quantal

« back to all changes in this revision

Viewing changes to vapi/libgphoto2.vapi

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-02-21 13:52:58 UTC
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: package-import@ubuntu.com-20120221135258-ao9jiib5qicomq7q
Tags: upstream-0.11.92
ImportĀ upstreamĀ versionĀ 0.11.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2009-2011 Yorba Foundation
 
1
/* Copyright 2009-2012 Yorba Foundation
2
2
 *
3
3
 * This software is licensed under the GNU LGPL (version 2.1 or later).
4
4
 * See the COPYING file in this distribution. 
104
104
    public class CameraFile {
105
105
        [CCode (cname="gp_file_new")]
106
106
        public static Result create(out CameraFile file);
107
 
        public Result get_data_and_size(out unowned uint8[] data);
 
107
        public Result get_data_and_size(out uint8 *data, out ulong data_len);
108
108
        public Result save(string filename);
109
109
        public Result slurp(uint8[] data, out size_t readlen);
110
110
    }