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

« back to all changes in this revision

Viewing changes to src/build_tool_dialog.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
 
/* build_tool_dialog.c generated by valac 0.23.2.3-f949, the Vala compiler
 
1
/* build_tool_dialog.c generated by valac 0.24.0.38-0a8fb, the Vala compiler
2
2
 * generated from build_tool_dialog.vala, do not modify */
3
3
 
4
4
/*
187
187
enum  {
188
188
        BUILD_TOOL_DIALOG_DUMMY_PROPERTY
189
189
};
190
 
static GType build_tool_dialog_icon_column_get_type (void) G_GNUC_UNUSED;
191
 
static GType build_tool_dialog_job_column_get_type (void) G_GNUC_UNUSED;
192
 
static GType build_tool_dialog_post_processor_column_get_type (void) G_GNUC_UNUSED;
 
190
static GType build_tool_dialog_icon_column_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
 
191
static GType build_tool_dialog_job_column_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
 
192
static GType build_tool_dialog_post_processor_column_get_type (void) G_GNUC_CONST G_GNUC_UNUSED;
193
193
BuildToolDialog* build_tool_dialog_new (GtkWindow* parent);
194
194
BuildToolDialog* build_tool_dialog_construct (GType object_type, GtkWindow* parent);
195
195
static void build_tool_dialog_init_text_entries (BuildToolDialog* self);