mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use GNC_TYPE_NUMERIC instead of GNC_NUMERIC.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15967 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e5c59face3
commit
2b16fa1f41
@ -451,7 +451,7 @@ gnc_numeric gnc_numeric_reduce(gnc_numeric in);
|
|||||||
@{
|
@{
|
||||||
*/
|
*/
|
||||||
GType gnc_numeric_get_type( void );
|
GType gnc_numeric_get_type( void );
|
||||||
#define GNC_NUMERIC (gnc_numeric_get_type ())
|
#define GNC_TYPE_NUMERIC (gnc_numeric_get_type ())
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
@ -617,7 +617,7 @@ gnc_account_class_init (AccountClass *klass)
|
|||||||
"all of the splits after some certain date, and "
|
"all of the splits after some certain date, and "
|
||||||
"the 'starting balance' will represent the "
|
"the 'starting balance' will represent the "
|
||||||
"summation of the splits up to that date.",
|
"summation of the splits up to that date.",
|
||||||
GNC_NUMERIC,
|
GNC_TYPE_NUMERIC,
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE));
|
||||||
|
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
@ -634,7 +634,7 @@ gnc_account_class_init (AccountClass *klass)
|
|||||||
"some certain date, and the 'starting cleared "
|
"some certain date, and the 'starting cleared "
|
||||||
"balance' will represent the summation of the "
|
"balance' will represent the summation of the "
|
||||||
"splits up to that date.",
|
"splits up to that date.",
|
||||||
GNC_NUMERIC,
|
GNC_TYPE_NUMERIC,
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE));
|
||||||
|
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
@ -651,7 +651,7 @@ gnc_account_class_init (AccountClass *klass)
|
|||||||
"some certain date, and the 'starting recontiled "
|
"some certain date, and the 'starting recontiled "
|
||||||
"balance' will represent the summation of the "
|
"balance' will represent the summation of the "
|
||||||
"splits up to that date.",
|
"splits up to that date.",
|
||||||
GNC_NUMERIC,
|
GNC_TYPE_NUMERIC,
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE));
|
||||||
|
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
@ -662,7 +662,7 @@ gnc_account_class_init (AccountClass *klass)
|
|||||||
"This is the current ending balance for the "
|
"This is the current ending balance for the "
|
||||||
"account. It is computed from the sum of the "
|
"account. It is computed from the sum of the "
|
||||||
"starting balance and all splits in the account.",
|
"starting balance and all splits in the account.",
|
||||||
GNC_NUMERIC,
|
GNC_TYPE_NUMERIC,
|
||||||
G_PARAM_READABLE));
|
G_PARAM_READABLE));
|
||||||
|
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
@ -674,7 +674,7 @@ gnc_account_class_init (AccountClass *klass)
|
|||||||
"the account. It is computed from the sum of the "
|
"the account. It is computed from the sum of the "
|
||||||
"starting balance and all cleared splits in the "
|
"starting balance and all cleared splits in the "
|
||||||
"account.",
|
"account.",
|
||||||
GNC_NUMERIC,
|
GNC_TYPE_NUMERIC,
|
||||||
G_PARAM_READABLE));
|
G_PARAM_READABLE));
|
||||||
|
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
@ -686,7 +686,7 @@ gnc_account_class_init (AccountClass *klass)
|
|||||||
"for the account. It is computed from the sum of "
|
"for the account. It is computed from the sum of "
|
||||||
"the starting balance and all reconciled splits "
|
"the starting balance and all reconciled splits "
|
||||||
"in the account.",
|
"in the account.",
|
||||||
GNC_NUMERIC,
|
GNC_TYPE_NUMERIC,
|
||||||
G_PARAM_READABLE));
|
G_PARAM_READABLE));
|
||||||
|
|
||||||
g_object_class_install_property
|
g_object_class_install_property
|
||||||
|
Loading…
Reference in New Issue
Block a user