Changeset 39650 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Dec 16, 2011 11:27:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r39450 r39650 9158 9158 Retrieves status, exit code and the exit reason of a formerly started 9159 9159 guest process. If a guest process exited or got terminated this function 9160 returns its final status and removes this process from the list of 9160 returns its final status and removes this process from the list of 9161 9161 known guest processes for further retrieval. 9162 9162 … … 13257 13257 <method name="modifyLogGroups"> 13258 13258 <desc> 13259 Modifies the group settings of the debug logger. 13260 13261 This feature is not implemented in the 4.0.0 release but may show up 13262 in a dot release. 13259 Modifies the group settings of the debug or release logger. 13263 13260 </desc> 13264 13261 <param name="settings" type="wstring" dir="in"> 13265 <desc>The group settings string. See iprt/log.h for details.</desc> 13262 <desc> 13263 The group settings string. See iprt/log.h for details. To target the 13264 release logger, prefix the string with "release:". 13265 </desc> 13266 13266 </param> 13267 13267 </method> … … 13269 13269 <method name="modifyLogFlags"> 13270 13270 <desc> 13271 Modifies the debug logger flags. 13272 13273 This feature is not implemented in the 4.0.0 release but may show up 13274 in a dot release. 13271 Modifies the debug or release logger flags. 13275 13272 </desc> 13276 13273 <param name="settings" type="wstring" dir="in"> 13277 <desc>The flags settings string. See iprt/log.h for details.</desc> 13274 <desc> 13275 The flags settings string. See iprt/log.h for details. To target the 13276 release logger, prefix the string with "release:". 13277 </desc> 13278 13278 </param> 13279 13279 </method> … … 13281 13281 <method name="modifyLogDestinations"> 13282 13282 <desc> 13283 Modifies the debug logger destinations. 13284 13285 This feature is not implemented in the 4.0.0 release but may show up 13286 in a dot release. 13283 Modifies the debug or release logger destinations. 13287 13284 </desc> 13288 13285 <param name="settings" type="wstring" dir="in"> 13289 <desc>The destination settings string. See iprt/log.h for details.</desc> 13286 <desc> 13287 The destination settings string. See iprt/log.h for details. To target the 13288 release logger, prefix the string with "release:". 13289 </desc> 13290 13290 </param> 13291 13291 </method>
Note:
See TracChangeset
for help on using the changeset viewer.