~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to src/VBox/Main/idl/VirtualBox.xidl

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-10-17 23:23:09 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20111017232309-kzm6841lzk61ranj
Tags: 4.1.4-dfsg-1
* New upstream release.
  - Fixes missing icons when using pt_BR locale. (Closes: #507188)
  - Fixes guest additions download url. (Closes: #637349; LP: #840668)
* Refresh patches.
* Drop the vboxmouse x11 driver. The mouse integration is now completely
  handled by the kernel module.
* Restrict dh_pycentral to the virtualbox binary package.
* Merge changes from the Ubuntu package but use them only when built
  on Ubuntu:
  - Add an Apport hook.
  - Add vboxguest modalias to the package control field.
* Pass KBUILD_VERBOSE=2 to kmk.
* Add 36-fix-text-mode.patch to fix text mode when using the vboxvideo driver.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
 
1
<?xml version="1.0" encoding="utf-8"?>
2
2
 
3
3
<!--
4
4
 
2633
2633
    </method>
2634
2634
 
2635
2635
    <method name="getWarnings">
2636
 
        <desc>Returns textual warnings which occurred during execution of <link to="#interpret" />.</desc>
 
2636
      <desc>Returns textual warnings which occurred during execution of <link to="#interpret" />.</desc>
2637
2637
 
2638
 
        <param name="aWarnings" type="wstring" dir="return" safearray="yes">
2639
 
            <desc></desc>
2640
 
        </param>
 
2638
      <param name="aWarnings" type="wstring" dir="return" safearray="yes">
 
2639
        <desc></desc>
 
2640
      </param>
2641
2641
    </method>
2642
2642
 
2643
2643
  </interface>
3759
3759
        will return an appropriate error message explaining the exact
3760
3760
        reason and the changes you made to this machine will not be saved.
3761
3761
 
3762
 
        Starting with VirtualBox 4.0, a “.vbox” extension of the settings
 
3762
        Starting with VirtualBox 4.0, a ".vbox" extension of the settings
3763
3763
        file is recommended, but not enforced. (Previous versions always
3764
3764
        used a generic ".xml" extension.)
3765
3765
      </desc>
4383
4383
 
4384
4384
        The @a environment argument is a string containing definitions of
4385
4385
        environment variables in the following format:
4386
 
        @code
 
4386
        <pre>
4387
4387
        NAME[=VALUE]\n
4388
4388
        NAME[=VALUE]\n
4389
4389
        ...
4390
 
        @endcode
 
4390
        </pre>
4391
4391
        where <tt>\\n</tt> is the new line character. These environment
4392
4392
        variables will be appended to the environment of the VirtualBox server
4393
4393
        process. If an environment variable exists both in the server process
9782
9782
        Differencing image. Only allowed for child images.
9783
9783
      </desc>
9784
9784
    </const>
 
9785
    <const name="NoCreateDir" value="0x40000000">
 
9786
      <desc>
 
9787
        Special flag which suppresses automatic creation of the subdirectory.
 
9788
        Only used when passing the medium variant as an input parameter.
 
9789
      </desc>
 
9790
    </const>
9785
9791
  </enum>
9786
9792
 
9787
9793
  <interface