VirtualBox

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


Ignore:
Timestamp:
Jul 30, 2023 9:48:13 AM (19 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158607
Message:

API/FE/Qt: bugref:10466. bugref:10465. Adding a new event to signal successful uninstallation of extension pack. And GUI side of the code to handl this event.

File:
1 edited

Legend:

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

    r100730 r100737  
    2692226922      </desc>
    2692326923    </const>
     26924    <const name="OnExtPackUninstalled" value="124">
     26925      <desc>
     26926        See <link to="IExtPackUninstalledEvent">IExtPackUninstalledEvent</link>.
     26927      </desc>
     26928    </const>
    2692426929    <!-- End event marker -->
    26925     <const name="End" value="124">
     26930    <const name="End" value="125">
    2692626931      <desc>
    2692726932        Must be last event, used for iterations and structures relying on numerical event values.
     
    2728627291      </desc>
    2728727292    </attribute>
    27288 
     27293  </interface>
     27294
     27295  <interface
     27296    name="IExtPackUninstalledEvent" extends="IEvent"
     27297    uuid="31aab263-95ef-48a4-9ce7-eaf0d3ae150f"
     27298    wsmap="managed" autogen="VBoxEvent" id="OnExtPackUninstalled"
     27299    >
     27300    <desc>Extension pack uninstalled event.</desc>
     27301    <attribute name="name" readonly="yes" type="wstring">
     27302      <desc>
     27303        Name of the extension pack.
     27304      </desc>
     27305    </attribute>
    2728927306  </interface>
    2729027307
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