|
GnuCash
2.6.99
|
core import functions for customer import plugin More...
#include <glib.h>#include <gtk/gtk.h>Go to the source code of this file.
Data Structures | |
| struct | _customer_import_stats |
Typedefs | |
|
typedef enum _customer_import_result | customer_import_result |
|
typedef struct _customer_import_stats | customer_import_stats |
Functions | |
| customer_import_result | gnc_customer_import_read_file (const gchar *filename, const gchar *parser_regexp, GtkListStore *store, guint max_rows, customer_import_stats *stats) |
| void | gnc_customer_import_fix_customers (GtkListStore *store, guint *fixed, guint *deleted, gchar *type) |
| void | gnc_customer_import_create_customers (GtkListStore *store, QofBook *book, guint *n_customers_created, guint *n_customers_updated, gchar *type) |
core import functions for customer import plugin
Definition in file dialog-customer-import.h.
1.8.6