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

« back to all changes in this revision

Viewing changes to src/MediaDataRepresentation.vala

  • 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 2010-2011 Yorba Foundation
 
1
/* Copyright 2010-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. 
169
169
    public abstract void increase_rating();
170
170
    public abstract void decrease_rating();
171
171
    
172
 
    public abstract Dimensions get_dimensions();
 
172
    public abstract Dimensions get_dimensions(Photo.Exception disallowed_steps = Photo.Exception.NONE);
173
173
 
174
174
    // A preview pixbuf is one that can be quickly generated and scaled as a preview. For media
175
175
    // type that support transformations (i.e. photos) it is fully transformed.