Changeset 38786 in vbox for trunk/src/VBox
- Timestamp:
- Sep 19, 2011 9:31:45 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r38437 r38786 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 3 3 <!-- … … 2634 2634 2635 2635 <method name="getWarnings"> 2636 2637 2638 2639 2640 2636 <desc>Returns textual warnings which occurred during execution of <link to="#interpret" />.</desc> 2637 2638 <param name="aWarnings" type="wstring" dir="return" safearray="yes"> 2639 <desc></desc> 2640 </param> 2641 2641 </method> 2642 2642 … … 4384 4384 The @a environment argument is a string containing definitions of 4385 4385 environment variables in the following format: 4386 @code4386 <pre> 4387 4387 NAME[=VALUE]\n 4388 4388 NAME[=VALUE]\n 4389 4389 ... 4390 @endcode4390 </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
Note:
See TracChangeset
for help on using the changeset viewer.