@param full_text_query All results returned should match the
specified text (either in the page title or
in the actual text of the page itself).
Specify an empty string to match anything.
@param num_days_ago Limit results to a specified number of days ago.
@param max_count Limit results to a maximum count. Specify 0 to
use no limit.
@note You must enable "SaveCacheAndCookies" (see awe_webcore_initialize) for
this method to work (otherwise no results will be returned).
@return Returns an instance of awe_history_query_result containing the results
of the query. You must call awe_history_query_result_destroy once
you are finished using the instance.
Query the on-disk history database.
@param full_text_query All results returned should match the specified text (either in the page title or in the actual text of the page itself). Specify an empty string to match anything.
@param num_days_ago Limit results to a specified number of days ago.
@param max_count Limit results to a maximum count. Specify 0 to use no limit.
@note You must enable "SaveCacheAndCookies" (see awe_webcore_initialize) for this method to work (otherwise no results will be returned).
@return Returns an instance of awe_history_query_result containing the results of the query. You must call awe_history_query_result_destroy once you are finished using the instance.