Changeset 47477 in vbox
- Timestamp:
- Jul 30, 2013 2:34:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47469 r47477 9532 9532 <desc> 9533 9533 The waiting operation timed out. This also will happen 9534 when no event has been occur ed matching the9534 when no event has been occurred matching the 9535 9535 current waiting flags in a <link to="IGuestSession::waitFor"/> call. 9536 9536 </desc> … … 9768 9768 <desc> 9769 9769 The waiting operation timed out. This also will happen 9770 when no event has been occur ed matching the9770 when no event has been occurred matching the 9771 9771 current waiting flags in a <link to="IProcess::waitFor"/> call. 9772 9772 </desc> … … 10185 10185 </attribute> 10186 10186 <attribute name="protocolVersion" type="unsigned long" readonly="yes"> 10187 <desc>Returns the protocol version which is used by this session to 10187 <desc>Returns the protocol version which is used by this session to 10188 10188 communicate with the guest.</desc> 10189 10189 </attribute> … … 11755 11755 </desc> 11756 11756 <param name="screenId" type="unsigned long" dir="in"> 11757 <desc>The screen id where the Drag and Drop event occur ed.</desc>11757 <desc>The screen id where the Drag and Drop event occurred.</desc> 11758 11758 </param> 11759 11759 <param name="y" type="unsigned long" dir="in"> … … 11789 11789 </desc> 11790 11790 <param name="screenId" type="unsigned long" dir="in"> 11791 <desc>The screen id where the Drag and Drop event occur ed.</desc>11791 <desc>The screen id where the Drag and Drop event occurred.</desc> 11792 11792 </param> 11793 11793 <param name="x" type="unsigned long" dir="in"> … … 11823 11823 </desc> 11824 11824 <param name="screenId" type="unsigned long" dir="in"> 11825 <desc>The screen id where the Drag and Drop event occur ed.</desc>11825 <desc>The screen id where the Drag and Drop event occurred.</desc> 11826 11826 </param> 11827 11827 </method> … … 11839 11839 </desc> 11840 11840 <param name="screenId" type="unsigned long" dir="in"> 11841 <desc>The screen id where the Drag and Drop event occur ed.</desc>11841 <desc>The screen id where the Drag and Drop event occurred.</desc> 11842 11842 </param> 11843 11843 <param name="x" type="unsigned long" dir="in"> … … 11876 11876 </desc> 11877 11877 <param name="screenId" type="unsigned long" dir="in"> 11878 <desc>The screen id where the Drag and Drop event occur ed.</desc>11878 <desc>The screen id where the Drag and Drop event occurred.</desc> 11879 11879 </param> 11880 11880 <param name="format" type="wstring" dir="in"> … … 11903 11903 </desc> 11904 11904 <param name="screenId" type="unsigned long" dir="in"> 11905 <desc>The screen id where the Drag and Drop event occur ed.</desc>11905 <desc>The screen id where the Drag and Drop event occurred.</desc> 11906 11906 </param> 11907 11907 <param name="formats" type="wstring" dir="out" safearray="yes"> … … 11918 11918 <method name="dragGHDropped"> 11919 11919 <desc> 11920 Informs the guest that a drop event occur ed for a pending Drag and Drop event.11920 Informs the guest that a drop event occurred for a pending Drag and Drop event. 11921 11921 11922 11922 This is used in Guest - Host direction.
Note:
See TracChangeset
for help on using the changeset viewer.