- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Dec 2009 15:58:19 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv20740
Modified Files:
Overview.html
Log Message:
added Display section, and commented out all the text that's not up to date yet, so that people won't review it until it's ready
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.html 10 Dec 2009 13:15:10 -0000 1.32
+++ Overview.html 10 Dec 2009 15:58:17 -0000 1.33
@@ -125,19 +125,18 @@
<dd>An object containing the various options for fetching the properties requested</dd>
</dl>
</dd>
- <dt>PendingOp set(DOMString propertyId, SuccessCB successCallback, optional ErrorCB? errorCallback, optional Options options)</dt>
+ <dt>PendingOp set(DOMString propertyId, Object newValue, SuccessCB successCallback, optional ErrorCB? errorCallback)</dt>
<dd>
- The <a>set</a> function modifies the current value
- of of a system property. When called, the function
- immediately returns and asynchronously attempts to set the
- requested state of the values passed to the filter. If it
- is successful the success callback is invoked and is
[...1375 lines suppressed...]
- <!-- interface intro here -->
<dl title='[Callback=FunctionOnly, NoInterfaceObject] interface ErrorCB' class='idl'>
<dt>
void onError ()
</dt>
<dd>
- <!-- interface description here -->
<dl class='parameters'>
<dt>
@@ -2332,7 +1232,7 @@
</section>
- <!-- end api description section -->
+
<!--************************************* Requirements ***************************************************-->
<section class="informative appendix">
Received on Thursday, 10 December 2009 15:58:28 UTC