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

« back to all changes in this revision

Viewing changes to src/latex_post_processor.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
 
/* latex_post_processor.c generated by valac 0.23.2.3-f949, the Vala compiler
 
1
/* latex_post_processor.c generated by valac 0.24.0.38-0a8fb, the Vala compiler
2
2
 * generated from latex_post_processor.vala, do not modify */
3
3
 
4
4
/*
179
179
void build_msg_copy (const BuildMsg* self, BuildMsg* dest);
180
180
void build_msg_destroy (BuildMsg* self);
181
181
GType latex_post_processor_get_type (void) G_GNUC_CONST;
182
 
static GType latex_post_processor_filter_status_get_type (void) G_GNUC_UNUSED;
 
182
static GType latex_post_processor_filter_status_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
183
183
static GType latex_post_processor_file_in_stack_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
184
184
static LatexPostProcessorFileInStack* latex_post_processor_file_in_stack_dup (const LatexPostProcessorFileInStack* self);
185
185
static void latex_post_processor_file_in_stack_free (LatexPostProcessorFileInStack* self);
352
352
                _tmp7_ = NULL;
353
353
                _g_regex_unref0 (latex_post_processor_reg_badbox_line);
354
354
                latex_post_processor_reg_badbox_line = _tmp9_;
355
 
                _tmp11_ = g_regex_new ("(.*)has occurred while \\output is active", 0, 0, &_inner_error_);
 
355
                _tmp11_ = g_regex_new ("(.*)has occurred while \\\\output is active", 0, 0, &_inner_error_);
356
356
                _tmp10_ = _tmp11_;
357
357
                if (_inner_error_ != NULL) {
358
358
                        _g_regex_unref0 (_tmp7_);