~ubuntu-branches/ubuntu/utopic/gdk-pixbuf/utopic

« back to all changes in this revision

Viewing changes to gdk-pixbuf/io-gdip-animation.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-30 09:01:26 UTC
  • mfrom: (1.1.12) (1.2.11 experimental)
  • Revision ID: package-import@ubuntu.com-20120330090126-tz72bixe1c6r3gj9
Tags: 2.26.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
165
165
G_DEFINE_TYPE (GdkPixbufGdipAnimIter, gdk_pixbuf_gdip_anim_iter, GDK_TYPE_PIXBUF_ANIMATION_ITER);
166
166
 
167
167
static void
 
168
gdk_pixbuf_gdip_anim_iter_init (GdkPixbufGdipAnimIter *iter)
 
169
{
 
170
}
 
171
 
 
172
static void
168
173
gdk_pixbuf_gdip_anim_iter_class_init (GdkPixbufGdipAnimIterClass *klass)
169
174
{
170
175
        GObjectClass *object_class = G_OBJECT_CLASS (klass);