~ubuntu-branches/ubuntu/utopic/latexila/utopic

« back to all changes in this revision

Viewing changes to src/symbols.c

  • Committer: Package Import Robot
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2014-05-11 22:39:49 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20140511223949-663imiuizgctkyn0
Tags: 2.12.1-0ubuntu1
* New upstream release.
* Upstream ChangeLog: (2.10.1 -> 2.12.0)
  - Refresh structure when saving
  - Misc bugfixes and small improvements
  - Translations updates
* Upstream ChangeLog: (2.12.0 -> 2.12.1)
  - Fix regex in latex post-processor
  - Added Polish translation
  - Translation updates
* debian/control:
  - GLib 2.40 is required
  - Bumped Standards-Version (no changes required)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* symbols.c generated by valac 0.23.2.3-f949, the Vala compiler
 
1
/* symbols.c generated by valac 0.24.0.38-0a8fb, the Vala compiler
2
2
 * generated from symbols.vala, do not modify */
3
3
 
4
4
/*
524
524
                _g_free0 (_tmp3_);
525
525
                _tmp0_ = _tmp5_;
526
526
                if (_inner_error_ != NULL) {
527
 
                        goto __catch58_g_error;
 
527
                        goto __catch59_g_error;
528
528
                }
529
529
                _tmp6_ = _tmp0_;
530
530
                _tmp0_ = NULL;
532
532
                _g_object_unref0 (_tmp0_);
533
533
                return result;
534
534
        }
535
 
        goto __finally58;
536
 
        __catch58_g_error:
 
535
        goto __finally59;
 
536
        __catch59_g_error:
537
537
        {
538
538
                GError* e = NULL;
539
539
                const gchar* _tmp7_ = NULL;
549
549
                _g_error_free0 (e);
550
550
                return result;
551
551
        }
552
 
        __finally58:
 
552
        __finally59:
553
553
        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);
554
554
        g_clear_error (&_inner_error_);
555
555
        return NULL;
822
822
                g_markup_parse_context_parse (_tmp9_, _tmp10_, (gssize) (-1), &_inner_error_);
823
823
                if (_inner_error_ != NULL) {
824
824
                        _g_markup_parse_context_unref0 (context);
825
 
                        goto __catch59_g_error;
 
825
                        goto __catch60_g_error;
826
826
                }
827
827
                _g_markup_parse_context_unref0 (context);
828
828
        }
829
 
        goto __finally59;
830
 
        __catch59_g_error:
 
829
        goto __finally60;
 
830
        __catch60_g_error:
831
831
        {
832
832
                GError* e = NULL;
833
833
                GError* _tmp11_ = NULL;
839
839
                g_warning ("symbols.vala:255: Impossible to load the symbols: %s", _tmp12_);
840
840
                _g_error_free0 (e);
841
841
        }
842
 
        __finally59:
 
842
        __finally60:
843
843
        if (_inner_error_ != NULL) {
844
844
                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);
845
845
                g_clear_error (&_inner_error_);