~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gdk/gdkmm/pixbufanimationiter.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 09:25:06 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120928092506-9h63ais5o750a8sk
Tags: 3.5.13-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglibmm-2.4-dev, libgtk-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#include <glibmm/ustring.h>
8
8
#include <sigc++/sigc++.h>
9
9
 
10
 
/* $Id: pixbufanimationiter.hg,v 1.2 2004/04/12 11:04:05 murrayc Exp $ */
11
 
 
12
 
/* pixbufanimationiter.h
13
 
 *
 
10
/*
14
11
 * Copyright (C) 1998-2002 The gtkmm Development Team
15
12
 *
16
13
 * This library is free software; you can redistribute it and/or
181
178
   * @return <tt>true</tt> if the image may need updating.
182
179
   */
183
180
  bool advance(const Glib::TimeVal& current_time);
184
 
  
 
181
 
185
182
  /** Possibly advances an animation to a new frame. Chooses the frame based
186
183
   * on the start time passed to Gdk::PixbufAnimation::get_iter().
187
 
   * 
 
184
   *
188
185
   * If this function returns false, there's no need to update the animation
189
186
   * display, assuming the display had been rendered prior to advancing;
190
187
   * if true, you need to call get_pixbuf() and update the
210
207
 
211
208
};
212
209
 
213
 
} /* namespace Gdk */
 
210
} // namespace Gdk
214
211
 
215
212
 
216
213
namespace Glib