- Global HandlerInfo::handler
- Global QofBackend_s::export )(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 GNC_EVENT_ADD
- use QOF_EVENT_ADD instead.
- Global GNC_EVENT_ALL
- Global GNC_EVENT_CREATE
- use QOF_EVENT_CREATE instead.
- Global GNC_EVENT_DESTROY
- use QOF_EVENT_DESTROY instead.
- Global GNC_EVENT_MODIFY
- use QOF_EVENT_MODIFY instead.
- Global GNC_EVENT_NONE
- use QOF_EVENT_NONE instead.
- Global GNC_EVENT_REMOVE
- use QOF_EVENT_REMOVE instead.
- Global GNC_LOG_DEBUG
- Global GNC_LOG_DETAIL
- Global GNC_LOG_ERROR
- Global GNC_LOG_FATAL
- Global GNC_LOG_INFO
- Global GNC_LOG_TRACE
- Global GNC_LOG_WARNING
- Global GNC_SCANF_LLD
- use QOF_SCANF_LLD instead.
- Global GNCEngineEventType
- use QofEventName instead.
- Global gncLogLevel
- use QofLogLevel instead
- Global qof_book_mergeData
- use QofBookMergeData instead.
- Global qof_book_mergeResult
- use QofBookMergeResult instead.
- Global qof_book_mergeRule
- use QofBookMergeRule instead.
- Global SAFE_STRCASECMP
- use safe_strcasecmp()
- Global SAFE_STRCMP
- use safe_strcmp()
- Global SAFE_STRCMP_REAL
- Use the function versions, safe_strcmp() and safe_strcasecmp() instead.
- Global GNCEngineEventHandler
- use QofEventHandler instead.
- Global qof_book_mergeRuleForeachCB
- use QofBookMergeRuleForeachCB instead.
- Global gnc_engine_gen_event
- use qof_event_gen instead.
- Global gnc_engine_generate_event
- use qof_event_generate instead.
- Global gnc_engine_get_string_cache
- use qof_init instead.
- Global gnc_engine_register_event_handler
- use qof_event_register_handler instead.
- Global gnc_engine_resume_events
- use qof_event_resume instead.
- Global gnc_engine_string_cache_destroy
- use qof_close instead.
- Global gnc_engine_suspend_events
- use qof_event_suspend instead.
- Global gnc_engine_unregister_event_handler
- use qof_event_unregister_handler instead.
- Global gnc_log_init
- use qof_log_init_filename instead
- Global gnc_log_prettify
- use qof_log_prettify instead.
- Global gnc_report_clock
- use qof_report_clock
- Global gnc_report_clock_total
- use qof_report_clock_total
- Global gnc_set_log_level
- use qof_log_set_level insead.
- Global gnc_set_log_level_global
- use qof_log_set_level_registered instead.
- Global gnc_set_logfile
- use qof_log_set_file instead.
- Global gnc_should_log
- use qof_log_check instead.
- Global gnc_start_clock
- use qof_start_clock
- Global gnc_stpcpy
- use qof_util_stpcpy instead.
- Global gnc_string_cache_insert
- use qof_util_string_cache_insert instead.
- Global gnc_string_cache_remove
- use qof_util_string_cache_remove instead.
- Global qof_book_mergeCommit
- use qof_book_merge_commit instead.
- Global qof_book_mergeInit
- use qof_book_merge_init instead.
- Global qof_book_mergeRuleForeach
- use qof_book_merge_rule_foreach instead.
- Global qof_book_mergeUpdateResult
- use qof_book_merge_update_result instead.
- Global qof_book_set_schedxactions
- no replacement.
- Global qof_event_register_old_handler
- For backwards compatibility - New code must not use this function. The function and the handler prototype will be remove from qofevent.c in libqoqf2
- Global qof_log_set_level_global
- use qof_log_set_level_registered instead.
- Global qof_util_get_string_cache
- use qof_init instead.
- Global date_add_months
- Add a number of months to a time value and normalize. Optionally also track the last day of the month, i.e. 1/31 -> 2/28 -> 3/31.
- Global gnc_timet_get_day_start_gdate
- Global gnc_timet_get_day_end_gdate
- Global gnc_date_my_last_mday
- Use date_get_last_mday()
- Global kvp_frame_set_gnc_numeric
- Global kvp_frame_set_str
- Global kvp_frame_add_gnc_numeric
- Global kvp_frame_add_str
- Global kvp_value_new_gnc_numeric
- Global qof_query_print
- 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 current_session
- should not be static
- Global qof_date_format_get_format
- qof_date_format_get_format has been replaced by qof_date_text_format_get_string
- Global kvp_frame
- Deprecated backwards compat token
- Global kvp_value
- Deprecated backwards compat token
- Global kvp_value_t
- Deprecated backwards compat token
- Global qof_book_set_guid
- use qof_entity_set_guid instead but only in backends (when reading the GUID from the data source).
- Global qof_log_init
- Applications need to call qof_log_set_file to set the output, otherwise the default of /tmp/qof.trace will be used.
- Global qof_log_set_file
- Global qof_session_get_current_session
- Each application should keep their own session context.
- Global qof_session_set_current_session
- Each application should keep their own session context.
Generated on Fri May 12 18:00:35 2006 for QOF by
1.4.4