~ubuntu-branches/ubuntu/utopic/unity-greeter/utopic

« back to all changes in this revision

Viewing changes to src/cached-image.c

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-04 10:37:29 UTC
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20130104103729-ydal31wfuhirb8zb
Tags: upstream-13.04.0
ImportĀ upstreamĀ versionĀ 13.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* cached-image.c generated by valac 0.16.1, the Vala compiler
 
1
/* cached-image.c generated by valac 0.18.1, the Vala compiler
2
2
 * generated from cached-image.vala, do not modify */
3
3
 
4
4
/* -*- Mode: Vala; indent-tabs-mode: nil; tab-width: 4 -*-
249
249
 
250
250
static void cached_image_finalize (GObject* obj) {
251
251
        CachedImage * self;
252
 
        self = CACHED_IMAGE (obj);
 
252
        self = G_TYPE_CHECK_INSTANCE_CAST (obj, TYPE_CACHED_IMAGE, CachedImage);
253
253
        G_OBJECT_CLASS (cached_image_parent_class)->finalize (obj);
254
254
}
255
255