Changeset 51527 in vbox for trunk/src/VBox
- Timestamp:
- Jun 4, 2014 10:50:38 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r51500 r51527 738 738 comparisons in the old source code valid, this state must immediately 739 739 precede the Paused state. 740 TODO: Lift this spectacularly wonderful restriction. 740 741 @todo Lift this spectacularly wonderful restriction. 741 742 </note> 742 743 </desc> … … 749 750 comparisons in the old source code valid, this state must immediately 750 751 follow the Running state. 751 TODO: Lift this spectacularly wonderful restriction. 752 753 @todo Lift this spectacularly wonderful restriction. 752 754 </note> 753 755 </desc> … … 8222 8224 Teleport the VM to a different host machine or process. 8223 8225 8224 TODO explain the details.8226 @todo Explain the details. 8225 8227 8226 8228 <result name="VBOX_E_INVALID_VM_STATE"> … … 12145 12147 <attribute name="additionsRunLevel" type="AdditionsRunLevelType" readonly="yes"> 12146 12148 <desc> 12147 Current run level of the Guest Additions.12149 Current run level of the installed Guest Additions. 12148 12150 </desc> 12149 12151 </attribute> … … 12151 12153 <attribute name="additionsVersion" type="wstring" readonly="yes"> 12152 12154 <desc> 12153 Version of the Guest Additions in the same format as12155 Version of the installed Guest Additions in the same format as 12154 12156 <link to="IVirtualBox::version"/>. 12155 12157 </desc> … … 12158 12160 <attribute name="additionsRevision" type="unsigned long" readonly="yes"> 12159 12161 <desc> 12160 The internal build revision number of the additions.12162 The internal build revision number of the installed Guest Additions. 12161 12163 12162 12164 See also <link to="IVirtualBox::revision"/>. … … 12166 12168 <attribute name="dnDSource" type="IGuestDnDSource" readonly="yes"> 12167 12169 <desc> 12168 TODO 12170 Retrieves the drag'n drop source implementation for the guest side, that 12171 is, handling and retrieving drag'n drop data from the guest. 12169 12172 </desc> 12170 12173 </attribute> … … 12172 12175 <attribute name="dnDTarget" type="IGuestDnDTarget" readonly="yes"> 12173 12176 <desc> 12174 TODO 12177 Retrieves the drag'n drop source implementation for the host side. This 12178 will allow the host to handle and initiate a drag'n drop operation to copy 12179 data from the host to the guest. 12175 12180 </desc> 12176 12181 </attribute> … … 12184 12189 <attribute name="facilities" type="IAdditionsFacility" readonly="yes" safearray="yes"> 12185 12190 <desc> 12186 Array of current known facilities. Only returns facilities where a status is known,12187 e.g. facilities with an unknown status will not be returned.12191 Returns a collection of current known facilities. Only returns facilities where 12192 a status is known, e.g. facilities with an unknown status will not be returned. 12188 12193 </desc> 12189 12194 </attribute> … … 19562 19567 Interface for managing VirtualBox Extension Packs. 19563 19568 19564 TODO: Describe extension packs, how they are managed and how to create 19565 one. 19569 @todo Describe extension packs, how they are managed and how to create one. 19566 19570 </desc> 19567 19571 … … 21069 21073 <desc> 21070 21074 The mode (relative, absolute, multi-touch) of a pointer event. 21071 TODO: a clear pattern seems to be emerging that we should usually have 21075 21076 @todo A clear pattern seems to be emerging that we should usually have 21072 21077 multiple input devices active for different types of reporting, so we 21073 21078 should really have different event types for relative (including wheel),
Note:
See TracChangeset
for help on using the changeset viewer.