- Global DxaccAccountGetCurrency (const Account *account)
- The current API associates only one thing with an account: the 'commodity'. Use xaccAccountGetCommodity() to fetch it.
- Global dxaccAccountGetPriceSrc (const Account *account)
- Price quote information is now stored on the commodity, not the account.
- Global dxaccAccountGetQuoteTZ (const Account *account)
- Price quote information is now stored on the commodity, not the account.
- Global DxaccAccountSetCurrency (Account *account, gnc_commodity *currency)
- The current API associates only one thing with an account: the 'commodity'. Use xaccAccountGetCommodity() to fetch it.
- Global dxaccAccountSetPriceSrc (Account *account, const char *src)
- Price quote information is now stored on the commodity, not the account.
- Global dxaccAccountSetQuoteTZ (Account *account, const char *tz)
- Price quote information is now stored on the commodity, not the account.
- Global gnc_date_my_last_mday (int month, int year)
- Use date_get_last_mday()
- Global gncCustomerGetGUID (x)
- functions, should be removed
- Global gncTaxTableGetGUID (x)
- routine
- Global kvp_frame
- Deprecated backwards compat token
- Global kvp_frame_set_gnc_numeric
- Global kvp_frame_set_str
- Global kvp_value
- Deprecated backwards compat token
- Global kvp_value_new_gnc_numeric
- Global kvp_value_t
- Deprecated backwards compat token
- Global qof_book_set_guid (book, guid)
- use qof_instance_set_guid instead but only in backends (when reading the GncGUID from the data source).
- Global qof_date_format_get_format
- qof_date_format_get_format has been replaced by qof_date_text_format_get_string
- Global qof_entity_get_guid (gconstpointer)
- Use qof_instance_get_guid instead. Works like qof_instance_get_guid, but returns NULL on NULL
- Global qof_query_print (QofQuery *query)
- Do not call directly, use the standard log module code: ::qof_log_set_level(QOF_MOD_QUERY, QOF_LOG_DEBUG); or ::qof_log_set_default(QOF_LOG_DEBUG);
- Global QofBackend_s::export_fn )(QofBackend *, QofBook *)
- Export should really _NOT_ be here, but is left here for now. I'm not sure where this should be going to. It should be removed ASAP. This is a temporary hack-around until period-closing is fully implemented.
- Global QofBackend_s::price_lookup )(QofBackend *, gpointer)
- price_lookup should be removed during the redesign of the SQL backend... prices can now be queried using the generic query mechanism.
- Global xaccAccountGetGUID (X)
- Global xaccSchedXactionGetGUID (X)
- Global xaccSchedXactionGetSlots (X)
- Global xaccSchedXactionIsDirty (X)
- Global xaccSplitGetGUID (X)
- Global xaccSplitReturnGUID (X)
- Global xaccSplitSetSharePrice (Split *split, gnc_numeric price)
- The xaccSplitSetSharePrice() method sets the price of the split. DEPRECATED - set the value and amount instead.
- Global xaccTransGetBook (X)
- Global xaccTransGetGUID (X)
- Global xaccTransGetSlots (X)
- Global xaccTransReturnGUID (X)