Changeset 44970 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 11, 2013 9:59:05 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r44948 r44970 18285 18285 <interface 18286 18286 name="IVirtualBoxClient" extends="$unknown" 18287 uuid=" 5fe0bd48-1181-40d1-991f-3b02f269a823"18287 uuid="d191281f-b0cb-4d83-a8fa-0d9fd6ba234c" 18288 18288 wsmap="suppress" 18289 18289 > … … 18315 18315 </attribute> 18316 18316 18317 <method name="checkMachineError"> 18318 <desc> 18319 Perform error checking before using an <link to="IMachine"/> object. 18320 Generally useful before starting a VM and all other uses. If anything 18321 is not as it should be then this method will return an appropriate 18322 error. 18323 </desc> 18324 18325 <param name="machine" type="IMachine" dir="in"> 18326 <desc>The machine object to check.</desc> 18327 </param> 18328 </method> 18317 18329 </interface> 18318 18330
Note:
See TracChangeset
for help on using the changeset viewer.