Changeset 42133 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 12, 2012 6:50:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42129 r42133 1500 1500 are accessible. Each group is only listed once, however they are listed 1501 1501 in no particular order and there is no guarantee that there are no gaps 1502 in the group hierarchy (i.e. "/", "/group/subgroup" is a valid result). 1502 in the group hierarchy (i.e. <tt>"/"</tt>, <tt>"/group/subgroup"</tt> 1503 is a valid result). 1503 1504 </desc> 1504 1505 </attribute> … … 1722 1723 <param name="groups" type="wstring" safearray="yes" dir="in"> 1723 1724 <desc>Array of group names. @c null or an empty array have the same 1724 meaning as an array with just the empty string or "/", i.e. create a1725 machine without group association.</desc>1725 meaning as an array with just the empty string or <tt>"/"</tt>, i.e. 1726 create a machine without group association.</desc> 1726 1727 </param> 1727 1728 <param name="osTypeId" type="wstring" dir="in"> … … 3893 3894 <attribute name="groups" type="wstring" safearray="yes"> 3894 3895 <desc> 3895 Array of machine group names of which this machine is a member. "" and 3896 "/" are synonyms for the toplevel group. Each group is only listed 3897 once, however they are listed in no particular order and there is no 3898 guarantee that there are no gaps in the group hierarchy 3899 (i.e. "/group", "/group/subgroup/subsubgroup" is a valid result). 3896 Array of machine group names of which this machine is a member. 3897 <tt>""</tt> and <tt>"/"</tt> are synonyms for the toplevel group. Each 3898 group is only listed once, however they are listed in no particular 3899 order and there is no guarantee that there are no gaps in the group 3900 hierarchy (i.e. <tt>"/group"</tt>, 3901 <tt>"/group/subgroup/subsubgroup"</tt> is a valid result). 3900 3902 </desc> 3901 3903 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.