mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnome/gnucash.h: removed many dead functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5951 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
af2c2bf5f7
commit
0850a6b0bc
@ -24,28 +24,7 @@
|
||||
#ifndef GNUCASH_H
|
||||
#define GNUCASH_H
|
||||
|
||||
/* There must be no non-(gnucash or guile) args in argc or argv by the
|
||||
time you call this. This means, for example that you need to have
|
||||
called gnome_init before calling this function. */
|
||||
|
||||
int gnc_main (int argc, char *argv[]);
|
||||
|
||||
void gnc_sh_setup(void);
|
||||
|
||||
void gnc_gw_init(void);
|
||||
|
||||
int gnucash_ui_init(void);
|
||||
int gnc_ui_start_event_loop(void);
|
||||
|
||||
int gnucash_ui_is_running(void);
|
||||
int gnucash_ui_is_terminating(void);
|
||||
|
||||
void gnc_ui_shutdown(void);
|
||||
void gnc_ui_destroy(void);
|
||||
|
||||
void gnc_shutdown(int exit_status);
|
||||
|
||||
int gnc_get_global_argc(void);
|
||||
char ** gnc_get_global_argv(void);
|
||||
void gnc_setup_gettext(void);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user