GnuCash  5.6-150-g038405b370+
Typedefs | Functions
gnc-gwen-gui.h File Reference

GUI callbacks for AqBanking. More...

#include <gtk/gtk.h>

Go to the source code of this file.

Typedefs

typedef typedefG_BEGIN_DECLS struct _GncGWENGui GncGWENGui
 

Functions

void gnc_GWEN_Gui_log_init (void)
 Hook our logging into the gwenhywfar logging framework by creating a minimalistic GWEN_GUI with only a callback for Gwen_Gui_LogHook(). More...
 
GncGWENGui * gnc_GWEN_Gui_get (GtkWidget *parent)
 When called for the first time, create a unique GncGWENGui object featuring a GWEN_GUI with all necessary callbacks, which can serve as a user interface for AqBanking jobs. More...
 
void gnc_GWEN_Gui_release (GncGWENGui *gui)
 Currently a no-op. More...
 
void gnc_GWEN_Gui_shutdown (void)
 Free all memory related to both the full-blown and minimalistic GUI objects.
 
void gnc_GWEN_Gui_set_close_flag (gboolean close_when_finished)
 Set "Close when finished" flag. More...
 
gboolean gnc_GWEN_Gui_get_close_flag (void)
 Get "Close when finished" flag. More...
 
gboolean gnc_GWEN_Gui_show_dialog (void)
 Unhides Online Banking Connection Window (Make log visible) More...
 
void gnc_GWEN_Gui_hide_dialog (void)
 Hides Online Banking Connection Window (Close log window) More...
 

Detailed Description

GUI callbacks for AqBanking.

Author
Copyright (C) 2002 Christian Stimming stimm.nosp@m.ing@.nosp@m.tuhh..nosp@m.de
Copyright (C) 2008 Andreas Koehler andi5.nosp@m..py@.nosp@m.gmx.n.nosp@m.et

Definition in file gnc-gwen-gui.h.