Changeset 44322 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 21, 2013 2:36:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r43908 r44322 3 3 <!-- 4 4 5 Copyright (C) 2006-201 2Oracle Corporation5 Copyright (C) 2006-2013 Oracle Corporation 6 6 7 7 This file is part of VirtualBox Open Source Edition (OSE), as … … 6293 6293 <method name="setGuestPropertyValue"> 6294 6294 <desc> 6295 Sets , changes or deletes a value in the machine's guest property6295 Sets or changes a value in the machine's guest property 6296 6296 store. The flags field will be left unchanged or created empty for a 6297 6297 new property. … … 6310 6310 <param name="property" type="wstring" dir="in"> 6311 6311 <desc> 6312 The name of the property to set , change or delete.6312 The name of the property to set or change. 6313 6313 </desc> 6314 6314 </param> 6315 6315 <param name="value" type="wstring" dir="in"> 6316 6316 <desc> 6317 The new value of the property to set , change or delete.If the6317 The new value of the property to set or change. If the 6318 6318 property does not yet exist and value is non-empty, it will be 6319 created. If the value is @c null or empty, the property will be 6320 deleted if it exists. 6319 created. 6321 6320 </desc> 6322 6321 </param>
Note:
See TracChangeset
for help on using the changeset viewer.