VirtualBox

Changeset 100729 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jul 28, 2023 12:24:15 PM (18 months ago)
Author:
vboxsync
Message:

API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal successful installation of extension pack.

File:
1 edited

Legend:

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

    r100606 r100729  
    2691726917      </desc>
    2691826918    </const>
     26919    <const name="OnExtPackInstalled" value="123">
     26920      <desc>
     26921        See <link to="IClipboardErrorEvent">IClipboardErrorEvent</link>.
     26922      </desc>
     26923    </const>
    2691926924    <!-- End event marker -->
    26920     <const name="End" value="123">
     26925    <const name="End" value="124">
    2692126926      <desc>
    2692226927        Must be last event, used for iterations and structures relying on numerical event values.
     
    2726827273      <desc>New execution state.</desc>
    2726927274    </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
    2727027289  </interface>
    2727127290
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