mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Initialize Gnome libraries before booting guile.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12942 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -35,26 +35,8 @@
|
||||
#ifndef GNC_GNOME_UTILS_H
|
||||
#define GNC_GNOME_UTILS_H
|
||||
|
||||
#ifdef LIBGUILEH
|
||||
/** Initialize the Gnome libraries.
|
||||
*
|
||||
* @param arg0 The running application as it appears to a user.
|
||||
*
|
||||
* @param program The compiled name of the application. "gnucash"
|
||||
*
|
||||
* @param version The program version. (e.g. 1.8.7)
|
||||
*
|
||||
* @param command_line A scheme list containing all of the command
|
||||
* line arguments (or all of the arguments notyet pasrsed in scheme).
|
||||
*
|
||||
* @return The initial command_line argument minus any arguments
|
||||
* parsed by this function.
|
||||
*/
|
||||
SCM gnc_gnome_init (const char * arg0,
|
||||
const char * progname,
|
||||
const char * version,
|
||||
SCM command_line);
|
||||
#endif
|
||||
/** Initialize the Gnome libraries. */
|
||||
void gnc_gnome_init (int argc, char **argv, const char * version);
|
||||
|
||||
/** Shutdown/cleanup any gnome related libraries. */
|
||||
void gnc_gnome_shutdown (void);
|
||||
|
||||
Reference in New Issue
Block a user