- Timestamp:
- Sep 26, 2013 2:55:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r48607 r48715 1432 1432 </attribute> 1433 1433 <attribute name="localMappings" type="wstring" readonly="yes" safearray="yes"> 1434 <desc>Array of mappings (address,offset),e.g. ("127.0.1.1=4") maps 127.0.1.1 to networkid + 4. 1435 </desc> 1436 </attribute> 1437 1434 <desc>Array of mappings (address,offset),e.g. ("127.0.1.1=4") maps 127.0.1.1 to networkid + 4. 1435 </desc> 1436 </attribute> 1437 1438 1438 <method name="addLocalMapping"> 1439 1439 <desc> … … 1447 1447 </desc> 1448 1448 </attribute> 1449 1449 1450 1450 <attribute name="portForwardRules6" type="wstring" readonly="yes" safearray="yes"> 1451 1451 <desc>Array of NAT port-forwarding rules in string representation, in the … … 6309 6309 6310 6310 <note> 6311 Setting this property to @c null or to an empty string is forbidden. 6311 Setting this property to @c null or to an empty string is forbidden. 6312 6312 When setting this property, the specified path must be absolute. 6313 6313 The specified path may not exist, it will be created when necessary. … … 10794 10794 <param name="sharingMode" type="wstring" dir="in"> 10795 10795 <desc>The file sharing mode on the guest. This parameter 10796 is not implemented yet. </desc>10796 is not implemented yet. Pass an empty string here.</desc> 10797 10797 </param> 10798 10798 <param name="creationMode" type="unsigned long" dir="in">
Note:
See TracChangeset
for help on using the changeset viewer.