VirtualBox

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


Ignore:
Timestamp:
Aug 10, 2012 9:33:34 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79963
Message:

Main/VirtualBox: add new method for querying normalized version (numeric version plus prerelease tag, but without publisher)
Main/SystemProperties: add new attribute for getting the default additions iso (setter is not implemented as the saving of the value is missing)
Frontends/VirtualBox: adjust accordingly
Frontends/VBoxManage: show the default additions iso name, and move the listing of most information into separate functions to make the code easier to read.

File:
1 edited

Legend:

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

    r42739 r42748  
    14241424  <interface
    14251425    name="IVirtualBox" extends="$unknown"
    1426     uuid="3b90eded-f061-432f-9e0f-4b53cc7b6fa0"
     1426    uuid="5c8814a1-2a35-402d-8680-68e5cb4e72aa"
    14271427    wsmap="managed"
    14281428    >
     
    14521452        publisher tag, at the end.  The publisher tag starts with an underscore
    14531453        just like the prerelease build type tag.
     1454      </desc>
     1455    </attribute>
     1456
     1457    <attribute name="versionNormalized" type="wstring" readonly="yes">
     1458      <desc>
     1459        A string representing the version number of the product,
     1460        without the publisher information (but still with other tags).
     1461        See <link to="#version" />.
    14541462      </desc>
    14551463    </attribute>
     
    81938201    name="ISystemProperties"
    81948202    extends="$unknown"
    8195     uuid="20fc263c-e1e9-4e86-b9b0-835950790d13"
     8203    uuid="1d7aca29-97f0-4287-9874-a60ec4f80ea6"
    81968204    wsmap="managed"
    81978205    >
     
    84478455        The path to the autostart database. Depending on the host this might
    84488456        be a filesystem path or something else.
     8457      </desc>
     8458    </attribute>
     8459
     8460    <attribute name="defaultAdditionsISO" type="wstring">
     8461      <desc>
     8462        The path to the default Guest Additions ISO image. Can be empty if
     8463        the location is not known in this installation.
    84498464      </desc>
    84508465    </attribute>
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