VirtualBox

儲存庫 vbox 的更動 14699


忽略:
時間撮記:
2008-11-27 下午12:08:21 (16 年 以前)
作者:
vboxsync
訊息:

Main; XIDL: Spelling.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r14697 r14699  
    13181318
    13191319          <li>
    1320             Call <link to="IMachine::saveSettings" /> to write the settings
     1320            Call <link to="IMachine::saveSettings()" /> to write the settings
    13211321            to the machine's XML settings file. The configuration of the newly
    1322             created machine will not be saved to disk (and the settings subfolder
    1323             and file, as described below, will not be created) until this method
    1324             is called.
     1322            created machine will not be saved to disk until this method is
     1323            called.
    13251324          </li>
    13261325
    13271326          <li>
    1328             Call <link to="#registerMachine" /> to have the machine show up in
    1329             the list of machines registered with VirtualBox.
     1327            Call <link to="#registerMachine()" /> to add the machine to the list
     1328            of machines known to VirtualBox.
    13301329          </li>
    13311330        </ol>
     
    13401339
    13411340        Every machine has a <i>settings file</i> that is used to store
    1342         the machine configuration. This file is stored in the directory
    1343         called <i>machine settings subfolder</i>. Unless specified otherwise,
    1344         both the subfolder and the settings file will have a name that
    1345         corresponds to the name of the virtual machine. You can specify
    1346         where to create the machine settings subfolder using the @a
    1347         baseFolder argument. The base folder can be absolute (full path)
    1348         or relative to the <link to="IVirtualBox::homeFolder">VirtualBox home
     1341        the machine configuration. This file is stored in a directory called the
     1342        <i>machine settings subfolder</i>. Both the settings subfolder and file
     1343        will have a name that corresponds to the name of the virtual machine.
     1344        You can specify where to create the machine setting subfolder using the
     1345        @a baseFolder argument. The base folder can be absolute (full path) or
     1346        relative to the <link to="IVirtualBox::homeFolder">VirtualBox home
    13491347        directory</link>.
    13501348
    13511349        If @a baseFolder is a null or empty string (which is recommended), the
    13521350        <link to="ISystemProperties::defaultMachineFolder">default machine
    1353         settings folder</link> will be used as a base folder to create the
    1354         machine settings subfolder and file, otherwise the given folder will be
    1355         used. The full path to the resulting settings file will have the
    1356         following structure:
     1351        settings folder</link> will be used as a base folder for the created
     1352        machine. Otherwise the given base folder will be used. In either case,
     1353        the full path to the resulting settings file has the following
     1354        structure:
    13571355        <pre>
    13581356          &lt;base_folder&gt;/&lt;machine_name&gt;/&lt;machine_name&gt;.xml
     
    13601358
    13611359        Note that if the resulting settings file already exists, this method
    1362         will fail.
     1360        will fail with <link to="VBOX_E_FILE_ERROR"/>.
    13631361
    13641362        Optionally, you may specify an UUID of to assign to the created machine.
    13651363        However, this is not recommended and you should normally pass an empty
    13661364        (null) UUID to this method so that a new UUID will be automatically
    1367         generated.
     1365        generated for every created machine.
    13681366
    13691367        <note>
     
    14191417        saved to disk (and therefore no settings file is created)
    14201418        until <link to="IMachine::saveSettings()"/> is called. If the
    1421         specified settings file already exists,
    1422         <link to="IMachine::saveSettings()"/> will return an error.
     1419        specified settings file already exists, this method
     1420        will fail with <link to="VBOX_E_FILE_ERROR"/>..
    14231421
    14241422        See <link to="#createMachine()"/> for more information.
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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