~didrocks/ubuntuone-client/use_result_var

« back to all changes in this revision

Viewing changes to libsyncdaemon/test-libsyncdaemon-vapi.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodney Dawes
  • Date: 2011-03-23 17:24:17 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323172417-5myuzltmp724b28m
Tags: 1.5.8-0ubuntu1
* New upstream release.
  - Too many download notifications (LP: #740377)
* debian/rules:
  - Remove the .la and .a files from the g-s-d extensions directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* test-libsyncdaemon-vapi.c generated by valac 0.11.6, the Vala compiler
 
1
/* test-libsyncdaemon-vapi.c generated by valac 0.11.7, the Vala compiler
2
2
 * generated from test-libsyncdaemon-vapi.vala, do not modify */
3
3
 
4
4
/*
115
115
gint test_vapi_main (TestVapi* self) {
116
116
        gint result = 0;
117
117
        GMainLoop* _tmp0_ = NULL;
118
 
        GMainLoop* _tmp1_;
119
 
        GSourceFunc _tmp2_;
 
118
        GSourceFunc _tmp1_;
120
119
        g_return_val_if_fail (self != NULL, 0);
121
120
        _tmp0_ = g_main_loop_new (NULL, FALSE);
122
 
        _tmp1_ = _tmp0_;
123
121
        _g_main_loop_unref0 (self->priv->loop);
124
 
        self->priv->loop = _tmp1_;
125
 
        _tmp2_ = (GSourceFunc) test_vapi_test_instantiation;
126
 
        g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, _tmp2_, self, NULL);
 
122
        self->priv->loop = _tmp0_;
 
123
        _tmp1_ = (GSourceFunc) test_vapi_test_instantiation;
 
124
        g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, _tmp1_, self, NULL);
127
125
        g_main_loop_run (self->priv->loop);
128
126
        result = self->priv->status;
129
127
        return result;