~mdoyen/homebank/5.2.x

« back to all changes in this revision

Viewing changes to src/dsp_mainwindow.h

  • Committer: Maxime Doyen
  • Date: 2017-09-16 15:26:49 UTC
  • Revision ID: homebank@free.fr-20170916152649-0tm9dg2gtgzic9nf
5.1.6 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
 
83
83
GtkWidget *create_hbfile_window(GtkWidget *do_widget);
84
84
void ui_mainwindow_populate_accounts(GtkWidget *widget, gpointer user_data);
 
85
gboolean ui_mainwindow_open_backup_check_confirm(gchar *filepath);
85
86
void ui_mainwindow_open_internal(GtkWidget *widget, gpointer user_data);
86
87
void ui_mainwindow_update(GtkWidget *widget, gpointer user_data);
87
88
void ui_mainwindow_action_help_welcome(void);