Changeset 42569 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Aug 3, 2012 9:52:23 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42551 r42569 1424 1424 <interface 1425 1425 name="IVirtualBox" extends="$unknown" 1426 uuid=" 53789455-fad2-425a-94c8-eb6dc4ceaa05"1426 uuid="3b90eded-f061-432f-9e0f-4b53cc7b6fa0" 1427 1427 wsmap="managed" 1428 1428 > … … 1837 1837 <param name="machine" type="IMachine" dir="return"> 1838 1838 <desc>Machine object, if found.</desc> 1839 </param> 1840 </method> 1841 1842 <method name="getMachinesByGroups"> 1843 <desc> 1844 Gets all machine references which are in one of the specified groups. 1845 </desc> 1846 <param name="groups" type="wstring" dir="in" safearray="yes"> 1847 <desc>What groups to match. The usual group list rules apply, i.e. 1848 passing an empty list will match VMs in the toplevel group, likewise 1849 the empty string.</desc> 1850 </param> 1851 <param name="machines" type="IMachine" dir="return" safearray="yes"> 1852 <desc>All machines which matched.</desc> 1839 1853 </param> 1840 1854 </method>
Note:
See TracChangeset
for help on using the changeset viewer.