|
GnuCash 2.4.99
|
00001 00026 #include <glib/gi18n.h> 00027 #include <glib.h> 00028 #include <glib/gstdio.h> 00029 #include "gncEntry.h" 00030 00031 gboolean text2bool( const gchar *text ); 00032 GncAmountType text2disc_type( const gchar *text ); 00033 GncDiscountHow text2disc_how( const gchar *text );
1.7.4