317437, make methods on nsINavHistoryResultNode symmetric with those on nsINavHistoryResult - getQueries and queryOptions. r=bryner NPOB

Original committer: beng%bengoodger.com
Original revision: 1.8
Original date: 2005/11/22 19:51:48
This commit is contained in:
benjamin%smedbergs.us 2006-07-18 17:40:20 +00:00
parent 28da3108c3
commit ce8d26826e

View File

@ -79,10 +79,15 @@ interface nsINavHistoryResultNode : nsISupports
* Get the queries which build this node's children.
* Only valid for RESULT_TYPE_QUERY nodes.
*/
void getQueries(out nsINavHistoryQueryOptions options,
out unsigned long queryCount,
void getQueries(out unsigned long queryCount,
[retval,array,size_is(queryCount)] out nsINavHistoryQuery queries);
/**
* Get the options which group this node's children.
* Only valid for RESULT_TYPE_QUERY nodes.
*/
readonly attribute nsINavHistoryQueryOptions queryOptions;
/**
* Title of the web page, or name of the host.
*/