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

« back to all changes in this revision

Viewing changes to tests/test-main-window.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
 
/* test-main-window.c generated by valac 0.16.1, the Vala compiler
 
1
/* test-main-window.c generated by valac 0.18.1, the Vala compiler
2
2
 * generated from test-main-window.vala, do not modify */
3
3
 
4
4
 
154
154
        Background* _tmp1_;
155
155
        g_return_val_if_fail (self != NULL, NULL);
156
156
        _tmp0_ = gtk_bin_get_child ((GtkBin*) self);
157
 
        _tmp1_ = _g_object_ref0 (IS_BACKGROUND (_tmp0_) ? ((Background*) _tmp0_) : NULL);
 
157
        _tmp1_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_TYPE (_tmp0_, TYPE_BACKGROUND) ? ((Background*) _tmp0_) : NULL);
158
158
        result = _tmp1_;
159
159
        return result;
160
160
}