VirtualBox

Changeset 34893 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Dec 9, 2010 2:44:38 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
68709
Message:

ExtPack: First part of the extension pack license code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r34864 r34893  
    1436714367    </attribute>
    1436814368    <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>
    1437014373    </attribute>
    1437114374    <attribute name="showLicense" type="boolean" readonly="yes">
     
    1438714390      </desc>
    1438814391    </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
    1438914421  </interface>
    1439014422
     
    1440714439        <desc>The object ID.  What exactly this is </desc>
    1440814440      </param>
    14409       <param name="returnInterface" type="$unknown" dir="out">
     14441      <param name="returnInterface" type="$unknown" dir="return">
    1441014442        <desc>The queried interface.</desc>
    1441114443      </param>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette