VirtualBox

Ignore:
Timestamp:
Jun 16, 2009 1:55:38 PM (15 years ago)
Author:
vboxsync
Message:

Python: moved waiting on client side, removed main API for event waiting, as making no sense

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r20598 r20630  
    26442644      <param name="callback" type="IVirtualBoxCallback" dir="in">
    26452645        <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 loop
    2653         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>
    26612646      </param>
    26622647    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette