Changeset 56035 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 22, 2015 4:03:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r55977 r56035 3580 3580 <interface 3581 3581 name="IInternalMachineControl" extends="$unknown" 3582 uuid=" 2cfec73b-4447-4ff8-bae5-e4306e6197e8"3582 uuid="ec36f437-ad4d-4512-94dd-f4c568143aa7" 3583 3583 internal="yes" 3584 3584 wsmap="suppress" … … 3807 3807 </desc> 3808 3808 </param> 3809 <param name="notify" type="boolean" dir="return">3810 <desc>3811 Returns if a guest property change notification event should be fired.3812 </desc>3813 </param>3814 3809 </method> 3815 3810 … … 4170 4165 <interface 4171 4166 name="IMachine" extends="$unknown" 4172 uuid=" 520a0c22-8dbc-458d-b637-31eb078b5526"4167 uuid="6bf820b3-a08f-49a7-ac08-b88efbd3a313" 4173 4168 wsmap="managed" 4174 4169 wrap-hint-server-addinterfaces="IInternalMachineControl" … … 4800 4795 </attribute> 4801 4796 4802 <attribute name="guestPropertyNotificationPatterns" type="wstring">4803 <desc>4804 A comma-separated list of simple glob patterns. Changes to guest4805 properties whose name matches one of the patterns will generate an4806 <link to="IGuestPropertyChangedEvent"/> signal.4807 </desc>4808 </attribute>4809 4810 4797 <attribute name="teleporterEnabled" type="boolean"> 4811 4798 <desc> … … 6048 6035 <method name="getStorageControllerByInstance" const="yes"> 6049 6036 <desc> 6050 Returns a storage controller with the given instance number. 6037 Returns a storage controller of a specific storage bus 6038 with the given instance number. 6051 6039 6052 6040 <result name="VBOX_E_OBJECT_NOT_FOUND"> … … 6054 6042 </result> 6055 6043 </desc> 6044 <param name="connectionType" type="StorageBus" dir="in"/> 6056 6045 <param name="instance" type="unsigned long" dir="in"/> 6057 6046 <param name="storageController" type="IStorageController" dir="return"/> … … 17804 17793 <interface 17805 17794 name="IUSBController" extends="$unknown" 17806 uuid=" d2745291-65f7-4d75-9556-38047d802319"17795 uuid="2598fa52-3044-4ff5-8a61-2b09088a9e3c" 17807 17796 wsmap="managed" 17808 17797 > 17809 17798 17810 <attribute name="name" type="wstring" readonly="yes">17799 <attribute name="name" type="wstring"> 17811 17800 <desc> 17812 17801 The USB Controller name. … … 17814 17803 </attribute> 17815 17804 17816 <attribute name="type" type="USBControllerType" readonly="yes">17805 <attribute name="type" type="USBControllerType"> 17817 17806 <desc> 17818 17807 The USB Controller type. … … 19487 19476 <interface 19488 19477 name="IStorageController" extends="$unknown" 19489 uuid=" a1556333-09b6-46d9-bfb7-fc239b7fbe1e"19478 uuid="802bb9c0-fe71-43ab-b55a-322fdf77358f" 19490 19479 wsmap="managed" 19491 19480 > … … 19509 19498 </desc> 19510 19499 19511 <attribute name="name" type="wstring" readonly="yes">19500 <attribute name="name" type="wstring"> 19512 19501 <desc> 19513 19502 Name of the storage controller, as originally specified with
Note:
See TracChangeset
for help on using the changeset viewer.