Get format provider working and tested.

Derek Atkins warlord at cvs.gnucash.org
Sat Apr 10 15:47:01 EDT 2004


Log Message:
-----------
Get format provider working and tested.

	* src/import-export/Makefile.am: add missing header file to noinst list
	* src/import-export/gnc-import-desc-format.[ch]: callbacks should
	  take a GNCImportFormatCB*.
	* src/import-export/gnc-import-format-gnome.c: fix a couple bugs.
	  - make sure we only include available choices.
	  - send the right callback.
	* src/import-export/gncmod-generic-import.c: register the format provider
	* src/import-export/qif-import/Makefile.am: include and link against
	  generic import library (for test druid)
	* src/import-export/qif-import/gnc-druid-test.c: add "format" provider
	  to druid test

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/import-export:
        Makefile.am
        gnc-import-desc-format.c
        gnc-import-desc-format.h
        gnc-import-format-gnome.c
        gncmod-generic-import.c
    gnucash/src/import-export/qif-import:
        Makefile.am
        gnc-druid-test.c


More information about the gnucash-patches mailing list