Changeset 37663 in vbox
- Timestamp:
- Jun 28, 2011 11:44:08 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r37531 r37663 11953 11953 <note> 11954 11954 Calling this method has no effect if <link 11955 to="IGuest::getFacilityStatus"/> with facility <link to="AdditionsFacilityType::Seamless"/>11956 does not return <link to="AdditionsFacilityStatus::Active"/>.11955 to="IGuest::getFacilityStatus"/> with facility @c Seamless 11956 does not return @c Active. 11957 11957 </note> 11958 11958 </desc> … … 14086 14086 </desc> 14087 14087 14088 <param name="mediumAttachment" type="IMediumAttachment" dir="in"/> 14089 <param name="force" type="boolean" dir="in"/> 14088 <param name="mediumAttachment" type="IMediumAttachment" dir="in"> 14089 <desc>The medium attachment which changed.</desc> 14090 </param> 14091 <param name="force" type="boolean" dir="in"> 14092 <desc>If the medium change was forced.</desc> 14093 </param> 14090 14094 </method> 14091 14095 … … 14104 14108 </desc> 14105 14109 14106 <param name="mediumAttachment" type="IMediumAttachment" dir="in"/> 14110 <param name="mediumAttachment" type="IMediumAttachment" dir="in"> 14111 <desc>The medium attachment which changed.</desc> 14112 </param> 14107 14113 <param name="remove" type="boolean" dir="in"> 14108 14114 <desc>TRUE if the device is removed, FALSE if it was added.</desc>
Note:
See TracChangeset
for help on using the changeset viewer.