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

« back to all changes in this revision

Viewing changes to src/settings-daemon.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
 
/* settings-daemon.c generated by valac 0.16.1, the Vala compiler
 
1
/* settings-daemon.c generated by valac 0.18.1, the Vala compiler
2
2
 * generated from settings-daemon.vala, do not modify */
3
3
 
4
4
/* -*- Mode:Vala; indent-tabs-mode:nil; tab-width:4 -*-
416
416
                _data_->_tmp0_ = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, NULL, "org.gnome.SettingsDaemon", "/org/gnome/SettingsDaemon", "org.gnome.SettingsDaemon", NULL, &_data_->_inner_error_);
417
417
                _data_->proxy = _data_->_tmp0_;
418
418
                if (_data_->_inner_error_ != NULL) {
419
 
                        goto __catch15_g_error;
 
419
                        goto __catch18_g_error;
420
420
                }
421
421
                _data_->_tmp1_ = _data_->proxy;
422
422
                _data_->_state_ = 1;
429
429
                _g_variant_unref0 (_data_->_tmp3_);
430
430
                if (_data_->_inner_error_ != NULL) {
431
431
                        _g_object_unref0 (_data_->proxy);
432
 
                        goto __catch15_g_error;
 
432
                        goto __catch18_g_error;
433
433
                }
434
434
                _g_object_unref0 (_data_->proxy);
435
435
        }
436
 
        goto __finally15;
437
 
        __catch15_g_error:
 
436
        goto __finally18;
 
437
        __catch18_g_error:
438
438
        {
439
439
                _data_->e = _data_->_inner_error_;
440
440
                _data_->_inner_error_ = NULL;
444
444
"us: %s", _data_->_tmp5_);
445
445
                _g_error_free0 (_data_->e);
446
446
        }
447
 
        __finally15:
 
447
        __finally18:
448
448
        if (_data_->_inner_error_ != NULL) {
449
449
                g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _data_->_inner_error_->message, g_quark_to_string (_data_->_inner_error_->domain), _data_->_inner_error_->code);
450
450
                g_clear_error (&_data_->_inner_error_);