Changeset 62014 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 4, 2016 4:18:43 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r61915 r62014 4363 4363 <interface 4364 4364 name="IMachine" extends="$unknown" 4365 uuid=" 95565a66-622a-4ad0-4eed-9bb83c91c5be"4365 uuid="b2547866-a0a1-4391-8b86-6952d82efaa0" 4366 4366 wsmap="managed" 4367 4367 wrap-hint-server-addinterfaces="IInternalMachineControl" 4368 4368 wrap-hint-server="manualaddinterfaces" 4369 reservedMethods=" 8" reservedAttributes="10"4369 reservedMethods="7" reservedAttributes="10" 4370 4370 > 4371 4371 <!-- Note! This interface is not compatible between 5.0 and 5.1 as it had too many … … 4843 4843 </attribute> 4844 4844 4845 <attribute name="settingsAuxFilePath" type="wstring" readonly="yes" wrap-hint-server="limitedcaller"> 4846 <desc> 4847 Full name of the file containing auxiliary machine settings data. 4848 </desc> 4849 </attribute> 4850 4845 4851 <attribute name="settingsModified" type="boolean" readonly="yes"> 4846 4852 <desc> … … 5990 5996 </param> 5991 5997 </method> 5992 5993 5998 5994 5999 <method name="unmountMedium">
Note:
See TracChangeset
for help on using the changeset viewer.