- Timestamp:
- Nov 26, 2009 11:30:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24961 r24988 3015 3015 <method name="checkFirmwarePresent"> 3016 3016 <desc> 3017 Check if this VirtualBox installation ha vefirmware3018 of given type available, either system-wide,or per-user.3019 Optionally, may return a hint where this firmware can be3017 Check if this VirtualBox installation has a firmware 3018 of the given type available, either system-wide or per-user. 3019 Optionally, this may return a hint where this firmware can be 3020 3020 downloaded from. 3021 3021 </desc> … … 3026 3026 </param> 3027 3027 <param name="version" type="wstring" dir="in"> 3028 <desc>Expected version number, usually empty string .</desc>3028 <desc>Expected version number, usually empty string (presently ignored).</desc> 3029 3029 </param> 3030 3030 3031 3031 <param name="url" type="wstring" dir="out"> 3032 3032 <desc> 3033 Suggested urlto download this firmware from.3033 Suggested URL to download this firmware from. 3034 3034 </desc> 3035 3035 </param>
Note:
See TracChangeset
for help on using the changeset viewer.