Changeset 34893 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Dec 9, 2010 2:44:38 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r34864 r34893 14367 14367 </attribute> 14368 14368 <attribute name="license" type="wstring" readonly="yes"> 14369 <desc>The HTML license text for the extension pack.</desc> 14369 <desc> 14370 The default HTML license text for the extension pack. Same as 14371 calling queryLicense("", "", "html"). 14372 </desc> 14370 14373 </attribute> 14371 14374 <attribute name="showLicense" type="boolean" readonly="yes"> … … 14387 14390 </desc> 14388 14391 </attribute> 14392 14393 <method name="queryLicense"> 14394 <desc> 14395 Full feature version of the license attribute. 14396 </desc> 14397 <param name="preferredLocale" type="wstring" dir="in"> 14398 <desc> 14399 The preferred license locale. Pass an empty string to get the default 14400 license. 14401 </desc> 14402 </param> 14403 <param name="preferredLanguage" type="wstring" dir="in"> 14404 <desc> 14405 The preferred license language. Pass an empty string to get the 14406 default language for the locale. 14407 </desc> 14408 </param> 14409 <param name="format" type="wstring" dir="in"> 14410 <desc> 14411 The license format: html, rtf or txt. If a license is present there 14412 will always be an HTML of it, the rich text format (RTF) and plain 14413 text (txt) versions are optional. If 14414 </desc> 14415 </param> 14416 <param name="licenseText" type="wstring" dir="return"> 14417 <desc>The license text.</desc> 14418 </param> 14419 </method> 14420 14389 14421 </interface> 14390 14422 … … 14407 14439 <desc>The object ID. What exactly this is </desc> 14408 14440 </param> 14409 <param name="returnInterface" type="$unknown" dir=" out">14441 <param name="returnInterface" type="$unknown" dir="return"> 14410 14442 <desc>The queried interface.</desc> 14411 14443 </param>
Note:
See TracChangeset
for help on using the changeset viewer.