VirtualBox

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


Ignore:
Timestamp:
Apr 28, 2020 9:55:27 AM (5 years ago)
Author:
vboxsync
Message:

bugre:9699. Added the function getManifest() into the IAppliance interface. Saving manifest name and manifest data in the string form after reading an appliance.

File:
1 edited

Legend:

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

    r83973 r84031  
    35103510      addresses, if the import options are used to keep them.</desc>
    35113511    </const>
    3512 
    35133512  </enum>
    35143513
     
    36343633    uuid="86a98347-7619-41aa-aece-b21ac5c1a7e6"
    36353634    wsmap="managed"
    3636     reservedMethods="7" reservedAttributes="8"
     3635    reservedMethods="6" reservedAttributes="8"
    36373636    >
    36383637    <desc>
     
    37813780      </desc>
    37823781    </attribute>
     3782
     3783    <method name="getManifest">
     3784      <desc>
     3785        Return manifest represented in the OVF and type of digest used there.
     3786      </desc>
     3787      <param name="manifest" type="wstring" dir="out">
     3788        <desc>
     3789          The manifest represented in the OVF. Empty if not exist.
     3790          This is available after calling <link to="#read"/>.
     3791        </desc>
     3792      </param>
     3793      <param name="manifestName" type="wstring" dir="out">
     3794        <desc>
     3795          The manifest file name. Empty if not exist.
     3796        </desc>
     3797      </param>
     3798
     3799    </method>
    37833800
    37843801    <method name="read">
Note: See TracChangeset for help on using the changeset viewer.

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