Changeset 100729 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 28, 2023 12:24:15 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r100606 r100729 26917 26917 </desc> 26918 26918 </const> 26919 <const name="OnExtPackInstalled" value="123"> 26920 <desc> 26921 See <link to="IClipboardErrorEvent">IClipboardErrorEvent</link>. 26922 </desc> 26923 </const> 26919 26924 <!-- End event marker --> 26920 <const name="End" value="12 3">26925 <const name="End" value="124"> 26921 26926 <desc> 26922 26927 Must be last event, used for iterations and structures relying on numerical event values. … … 27268 27273 <desc>New execution state.</desc> 27269 27274 </attribute> 27275 </interface> 27276 27277 <interface 27278 name="IExtPackInstalledEvent" extends="IEvent" 27279 uuid="29059fea-2c99-11ee-be56-0242ac120002" 27280 wsmap="managed" autogen="VBoxEvent" id="OnExtPackInstalled" 27281 > 27282 <desc>Extension pack installed event.</desc> 27283 <attribute name="filename" readonly="yes" type="wstring"> 27284 <desc> 27285 Name of the extension pack install file. 27286 </desc> 27287 </attribute> 27288 27270 27289 </interface> 27271 27290
Note:
See TracChangeset
for help on using the changeset viewer.