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

« back to all changes in this revision

Viewing changes to src/baobab-location.c

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-23 19:36:13 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20130523193613-6wrnnsmgwidm86c3
Tags: 3.8.2-0ubuntu1
* New upstream release (LP: #1181921)
* Use a menu button instead of toolbar items
* Update to the latest libgd and egglistbox
* Add an High Contrast icon
* Use the newest libgd to animate tranistion to and from the results
  page
* Minor bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* baobab-location.c generated by valac 0.18.0.77-c8a68, the Vala compiler
 
1
/* baobab-location.c generated by valac 0.20.1.4-f5a54, the Vala compiler
2
2
 * generated from baobab-location.vala, do not modify */
3
3
 
4
4
/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
684
684
                _tmp0_ = baobab_location_get_hostname (self, &_inner_error_);
685
685
                _tmp1_ = _tmp0_;
686
686
                if (_inner_error_ != NULL) {
687
 
                        goto __catch5_g_error;
 
687
                        goto __catch4_g_error;
688
688
                }
689
689
                _tmp2_ = _tmp1_;
690
690
                baobab_location_set_name (self, _tmp2_);
691
691
                _g_free0 (_tmp2_);
692
692
        }
693
 
        goto __finally5;
694
 
        __catch5_g_error:
 
693
        goto __finally4;
 
694
        __catch4_g_error:
695
695
        {
696
696
                GError* e = NULL;
697
697
                e = _inner_error_;
699
699
                baobab_location_set_name (self, NULL);
700
700
                _g_error_free0 (e);
701
701
        }
702
 
        __finally5:
 
702
        __finally4:
703
703
        if (_inner_error_ != NULL) {
704
704
                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);
705
705
                g_clear_error (&_inner_error_);
956
956
                _tmp1_ = g_file_query_info (_tmp0_, BAOBAB_LOCATION_FILE_ATTRIBUTES, G_FILE_QUERY_INFO_NONE, NULL, &_inner_error_);
957
957
                _tmp2_ = _tmp1_;
958
958
                if (_inner_error_ != NULL) {
959
 
                        goto __catch6_g_error;
 
959
                        goto __catch5_g_error;
960
960
                }
961
961
                _tmp3_ = _tmp2_;
962
962
                baobab_location_set_info (self, _tmp3_);
963
963
                _g_object_unref0 (_tmp3_);
964
964
        }
965
 
        goto __finally6;
966
 
        __catch6_g_error:
 
965
        goto __finally5;
 
966
        __catch5_g_error:
967
967
        {
968
968
                GError* e = NULL;
969
969
                e = _inner_error_;
971
971
                baobab_location_set_info (self, NULL);
972
972
                _g_error_free0 (e);
973
973
        }
974
 
        __finally6:
 
974
        __finally5:
975
975
        if (_inner_error_ != NULL) {
976
976
                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);
977
977
                g_clear_error (&_inner_error_);
1001
1001
                _tmp1_ = g_file_query_filesystem_info (_tmp0_, BAOBAB_LOCATION_FS_ATTRIBUTES, NULL, &_inner_error_);
1002
1002
                info = _tmp1_;
1003
1003
                if (_inner_error_ != NULL) {
1004
 
                        goto __catch7_g_error;
 
1004
                        goto __catch6_g_error;
1005
1005
                }
1006
1006
                _tmp2_ = g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_FILESYSTEM_SIZE);
1007
1007
                if (_tmp2_) {
1049
1049
                }
1050
1050
                _g_object_unref0 (info);
1051
1051
        }
1052
 
        goto __finally7;
1053
 
        __catch7_g_error:
 
1052
        goto __finally6;
 
1053
        __catch6_g_error:
1054
1054
        {
1055
1055
                GError* e = NULL;
1056
1056
                e = _inner_error_;
1057
1057
                _inner_error_ = NULL;
1058
1058
                _g_error_free0 (e);
1059
1059
        }
1060
 
        __finally7:
 
1060
        __finally6:
1061
1061
        if (_inner_error_ != NULL) {
1062
1062
                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);
1063
1063
                g_clear_error (&_inner_error_);