|
GnuCash 2.4.99
|
Check for gconf. Help user set up if needed. More...
#include "config.h"#include <gtk/gtk.h>#include <glib/gi18n.h>#include <glib/gstdio.h>#include <stdlib.h>#include <errno.h>#include <sys/types.h>#include "dialog-utils.h"#include "assistant-gconf-setup.h"#include "assistant-utils.h"#include "gnc-path.h"#include "gnc-gconf-utils.h"#include "gnc-gui-query.h"#include "gnc-gnome-utils.h"#include "gnc-ui.h"Go to the source code of this file.
Data Structures | |
| struct | gconf_data |
Defines | |
| #define | WHO_DOES "who_does" |
| #define | WHO_GNUCASH 1 |
| #define | WHO_USER 2 |
| #define | WHO_ALREADY_DONE 3 |
| #define | HOW "how" |
| #define | HOW_UPDATE 1 |
| #define | HOW_INSTALL 2 |
| #define | SCRIPT_NAME "update-gnucash-gconf" |
| #define | PATH_STRING1 "xml:readwrite:$(HOME)/.gconf\n" |
| #define | PATH_STRING2 "xml:readonly:%s\n" |
Functions | |
| void | assistant_gconf_prepare (GtkAssistant *assistant, GtkWidget *page, gconf_data *data) |
| void | assistant_gconf_cancel (GtkAssistant *gtkassistant, gpointer user_data) |
| void | assistant_gconf_finish (GtkAssistant *assistant, gpointer user_data) |
| void | assistant_gconf_update_cb (GtkToggleButton *button, gpointer user_data) |
| void | assistant_gconf_install_cb (GtkToggleButton *button, gpointer user_data) |
| void | assistant_gconf_update_prep (GtkAssistant *assistant, gpointer user_data) |
| void | assistant_gconf_step_prep (GtkAssistant *assistant, gpointer user_data) |
| void | assistant_gconf_install_prep (GtkAssistant *assistant, gpointer user_data) |
| void | assistant_gconf_finish_prep (GtkAssistant *assistant, gpointer user_data) |
| void | assistant_gconf_install_check_schemas (void) |
Check for gconf. Help user set up if needed.
Definition in file assistant-gconf-setup.c.
1.7.4