VirtualBox

Changeset 44649 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 12, 2013 12:18:13 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83740
Message:

Documentation: added new paragraphs into chapter "Incompatible API changes with version 4.3". Fixed python script vboxshell.py. Fixed python example inside SDK documentation. PR5434.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r43425 r44649  
    21502150
    21512151   hdd = ctx['vb'].createHardDisk(format, loc)
    2152    progress = hdd.createBaseStorage(size, ctx['global'].constants.MediumVariant_Standard)
     2152   progress = hdd.createBaseStorage(size, (ctx['global'].constants.MediumVariant_Standard, ))
    21532153   if progressBar(ctx,progress) and hdd.id:
    21542154       print "created HDD at %s as %s" %(colPath(ctx,hdd.location), hdd.id)
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r44503 r44649  
    1224712247      <desc>
    1224812248        Returns the storage format variant information for this medium
    12249         as a combination of the flags described at <link to="MediumVariant" />.
     12249        as an aaray of the flags described at <link to="MediumVariant" />.
    1225012250        Before <link to="#refreshState"/> is called this method returns
    1225112251        an undefined value.
     
    1346213462    <attribute name="capabilities" type="MediumFormatCapabilities" safearray="yes" readonly="yes">
    1346313463      <desc>
    13464         Capabilities of the format as a set of bit flags.
     13464        Capabilities of the format as an array of the flags.
    1346513465
    1346613466        For the meaning of individual capability flags see
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