Changeset 20630 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jun 16, 2009 1:55:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20598 r20630 2644 2644 <param name="callback" type="IVirtualBoxCallback" dir="in"> 2645 2645 <desc>Callback object to unregister.</desc> 2646 </param>2647 </method>2648 2649 <method name="waitForEvents">2650 <desc>2651 Blocking wait for events to happen and process them, if any.2652 One may wish to call this method from the main even loop2653 to wait for acitivity from VirtualBox, such as callback calling.2654 </desc>2655 <param name="timeout" type="long" dir="in">2656 <desc>2657 Wait timeout in milliseconds.2658 Specify -1 for an indefinite wait.2659 Specify 0 for immediate return if no events to process.2660 </desc>2661 2646 </param> 2662 2647 </method>
Note:
See TracChangeset
for help on using the changeset viewer.