Changeset 39821 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 20, 2012 2:01:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r39712 r39821 5886 5886 </method> 5887 5887 5888 <method name="deleteGuestProperty" const="yes"> 5889 <desc> 5890 Deletes an entry from the machine's guest property store. 5891 5892 <result name="VBOX_E_INVALID_VM_STATE"> 5893 Machine session is not open. 5894 </result> 5895 5896 </desc> 5897 <param name="name" type="wstring" dir="in"> 5898 <desc> 5899 The name of the property to delete. 5900 </desc> 5901 </param> 5902 </method> 5903 5888 5904 <method name="enumerateGuestProperties" const="yes"> 5889 5905 <desc>
Note:
See TracChangeset
for help on using the changeset viewer.