mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Add a comment explaining the properties param. no bug, r=dmose on irc. npotb.
This commit is contained in:
parent
03e599bde3
commit
f52eb72750
@ -75,6 +75,9 @@ interface nsIWebDAVService : nsISupports
|
||||
in nsIWebDAVOperationListener listener,
|
||||
in nsISupports closure);
|
||||
/**
|
||||
* @param properties an array of propertynames, where the namespace
|
||||
* and the name of the properties are seperated by
|
||||
* a space
|
||||
* @param closure caller-private data returned via listener
|
||||
*/
|
||||
void getResourceProperties(in nsIWebDAVResource resource,
|
||||
|
Loading…
x
Reference in New Issue
Block a user