gnc-ui-balances.h (gnucash-5.0.tar.bz2) | : | gnc-ui-balances.h (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 187 | skipping to change at line 187 | |||
/** Test the account balance as of today for it passing the | /** Test the account balance as of today for it passing the | |||
* lower and higher limits if set. | * lower and higher limits if set. | |||
* | * | |||
* @param account A pointer to the account. | * @param account A pointer to the account. | |||
* | * | |||
* @return The icon name to be displayed. | * @return The icon name to be displayed. | |||
*/ | */ | |||
gchar * gnc_ui_account_get_balance_limit_icon_name (const Account *account); | gchar * gnc_ui_account_get_balance_limit_icon_name (const Account *account); | |||
/** Test the account balance as of today for it passing the | ||||
* lower and higher limits if set. | ||||
* | ||||
* @param account A pointer to the account. | ||||
* | ||||
* @return An explanation for balance limit warning, or NULL if there | ||||
* are no limits, or balance is within limits. | ||||
*/ | ||||
gchar * gnc_ui_account_get_balance_limit_explanation (const Account *account); | ||||
#endif /* GNC_UI_BALANCES_H_ */ | #endif /* GNC_UI_BALANCES_H_ */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 10 lines changed or added |