~ubuntu-branches/ubuntu/saucy/baobab/saucy

« back to all changes in this revision

Viewing changes to src/baobab-connect-server.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-11-16 10:50:11 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20121116105011-ra4yyhh6le6djig2
Tags: 3.6.3-0ubuntu1
* New upstream release
* debian/patches/baobab_about_segfault.patch: 
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* baobab-connect-server.c generated by valac 0.17.4.2-5a035, the Vala compiler
 
1
/* baobab-connect-server.c generated by valac 0.18.0.29-efcd0, the Vala compiler
2
2
 * generated from baobab-connect-server.vala, do not modify */
3
3
 
4
4
/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
177
177
                        len = _tmp3_;
178
178
                        lineend = _tmp4_;
179
179
                        if (_inner_error_ != NULL) {
180
 
                                goto __catch2_g_error;
 
180
                                goto __catch3_g_error;
181
181
                        }
182
182
                        _tmp5_ = len;
183
183
                        if (_tmp5_ > ((gsize) 0)) {
191
191
                                uri = _tmp8_;
192
192
                        }
193
193
                }
194
 
                goto __finally2;
195
 
                __catch2_g_error:
 
194
                goto __finally3;
 
195
                __catch3_g_error:
196
196
                {
197
197
                        g_clear_error (&_inner_error_);
198
198
                        _inner_error_ = NULL;
199
199
                }
200
 
                __finally2:
 
200
                __finally3:
201
201
                if (_inner_error_ != NULL) {
202
202
                        _g_free0 (uri);
203
203
                        g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
240
240
                out_fd = _tmp1_;
241
241
                if (_inner_error_ != NULL) {
242
242
                        if (_inner_error_->domain == G_SPAWN_ERROR) {
243
 
                                goto __catch3_g_spawn_error;
 
243
                                goto __catch4_g_spawn_error;
244
244
                        }
245
245
                        g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
246
246
                        g_clear_error (&_inner_error_);
247
247
                        return;
248
248
                }
249
249
        }
250
 
        goto __finally3;
251
 
        __catch3_g_spawn_error:
 
250
        goto __finally4;
 
251
        __catch4_g_spawn_error:
252
252
        {
253
253
                GError* e = NULL;
254
254
                GError* _tmp2_;
261
261
"%s", _tmp3_);
262
262
                _g_error_free0 (e);
263
263
        }
264
 
        __finally3:
 
264
        __finally4:
265
265
        if (_inner_error_ != NULL) {
266
266
                g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code);
267
267
                g_clear_error (&_inner_error_);