You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src/import-export/gnc-import-format-cb.c

11 lines
251 B

#include "config.h"
#include "gnc-import-format-cb.h"
#include "gnc-basic-gobject.h"
GNC_BASIC_GOBJECT(GNCImportFormatCB, GNCImportFormatCBClass,
G_TYPE_GNC_DRUID_CB, NULL, NULL,
gnc_import_format_cb_get_type,
gnc_import_format_cb_new)