mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
28da3108c3
commit
ce8d26826e
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user