Changeset 45567 in vbox
- Timestamp:
- Apr 16, 2013 12:02:41 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85058
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r45566 r45567 10590 10590 The environment block this process is using during execution. 10591 10591 </desc> 10592 </attribute> 10592 </attribute> 10593 10593 <attribute name="eventSource" type="IEventSource" readonly="yes"> 10594 10594 <desc> … … 10621 10621 </desc> 10622 10622 </attribute> 10623 10623 10624 10624 <method name="waitFor"> 10625 10625 <desc> … … 19047 19047 <desc> 19048 19048 See <link to="IGuestFileReadEvent">IGuestFileReadEvent</link>. 19049 19049 19050 19050 <note internal="yes">For performance reasons this is a separate event to 19051 not unnecessarily overflow the event queue.</note> 19051 not unnecessarily overflow the event queue.</note> 19052 19052 </desc> 19053 19053 </const> … … 19055 19055 <desc> 19056 19056 See <link to="IGuestFileWriteEvent">IGuestFileWriteEvent</link>. 19057 19057 19058 19058 <note internal="yes">For performance reasons this is a separate event to 19059 not unnecessarily overflow the event queue.</note> 19059 not unnecessarily overflow the event queue.</note> 19060 19060 </desc> 19061 19061 </const> … … 20076 20076 20077 20077 </interface> 20078 20078 20079 20079 <interface 20080 20080 name="IGuestProcessInputNotifyEvent" extends="IGuestProcessIOEvent" … … 20144 20144 20145 20145 </interface> 20146 20146 20147 20147 <interface 20148 20148 name="IGuestFileStateChangedEvent" extends="IGuestFileEvent"
Note:
See TracChangeset
for help on using the changeset viewer.