Add a comment explaining the properties param. no bug, r=dmose on irc. npotb.

This commit is contained in:
mvl%exedo.nl 2006-01-26 20:37:41 +00:00
parent 03e599bde3
commit f52eb72750

View File

@ -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,