mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
patch #1038578 from Filip Van Raemdonck
This commit is contained in:
@@ -25,6 +25,8 @@ GtkWidget *gmdb_table_def_new(MdbCatalogEntry *entry);
|
||||
GtkWidget *gmdb_table_export_new(MdbCatalogEntry *entry);
|
||||
void gmdb_table_export(MdbCatalogEntry *entry) ;
|
||||
|
||||
void gmdb_table_export_populate_dialog(GladeXML *xml);
|
||||
|
||||
void gmdb_file_select_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_file_open_cb(GtkWidget *w, gpointer data);
|
||||
void gmdb_file_close_cb(GtkWidget *w, gpointer data);
|
||||
@@ -45,6 +47,9 @@ void gmdb_debug_tab_new(GtkWidget *notebook);
|
||||
void gmdb_debug_new_cb(GtkWidget *w, gpointer *data);
|
||||
void gmdb_debug_set_dissect_cb(GtkWidget *w, GladeXML *xml);
|
||||
|
||||
void gmdb_sql_save_query(GladeXML *xml, gchar *file_path);
|
||||
void gmdb_sql_save_as_cb(GtkWidget *w, GladeXML *xml);
|
||||
|
||||
unsigned long gmdb_prefs_get_maxrows();
|
||||
|
||||
extern GtkWidget *gmdb_prefs_new();
|
||||
|
||||
Reference in New Issue
Block a user