VirtualBox

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


Ignore:
Timestamp:
Jun 27, 2012 2:04:09 PM (13 years ago)
Author:
vboxsync
Message:

allow to change the clipboard mode during runtime (API change including 'VBoxManage controlvm' change)

File:
1 edited

Legend:

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

    r41914 r41925  
    1472214722  <interface
    1472314723    name="IInternalSessionControl" extends="$unknown"
    14724     uuid="c2b4cd5f-d3ce-4dd6-b915-123272163ef5"
     14724    uuid="9ddb5449-f463-47cb-a717-d6f22da3b3a2"
    1472514725    internal="yes"
    1472614726    wsmap="suppress"
     
    1491314913      <param name="remove" type="boolean" dir="in">
    1491414914        <desc>TRUE if the device is removed, FALSE if it was added.</desc>
     14915      </param>
     14916    </method>
     14917   
     14918    <method name="onClipboardModeChange">
     14919      <desc>
     14920        Notification when the shared clipboard mode changes.
     14921      </desc>
     14922      <param name="clipboardMode" type="ClipboardMode" dir="in">
     14923        <desc>The new shared clipboard mode.</desc>
    1491514924      </param>
    1491614925    </method>
     
    1666516674  <enum
    1666616675    name="VBoxEventType"
    16667     uuid="cce48db6-8561-479d-8d46-1358bab45d4e"
     16676    uuid="100cf5c8-7dd4-4600-8d75-636d211479c9"
    1666816677    >
    1666916678
     
    1692316932      </desc>
    1692416933    </const>
     16934    <const name="OnClipboardModeChanged" value="72">
     16935      <desc>
     16936        See <link to="IClipboardModeChangedEvent">IClipboardModeChangedEvent</link>.
     16937      </desc>
     16938    </const>
    1692516939
    1692616940    <!-- Last event marker -->
    16927     <const name="Last" value="72">
     16941    <const name="Last" value="73">
    1692816942      <desc>
    1692916943        Must be last event, used for iterations and structures relying on numerical event values.
     
    1766617680      <desc>
    1766717681        Medium attachment that is subject to change.
     17682      </desc>
     17683    </attribute>
     17684  </interface>
     17685
     17686  <interface
     17687    name="IClipboardModeChangedEvent" extends="IEvent"
     17688    uuid="cac21692-7997-4595-a731-3a509db604e5"
     17689    wsmap="managed" autogen="VBoxEvent" id="OnClipboardModeChanged"
     17690    >
     17691    <desc>
     17692      Notification when the shared clipboard mode changes.
     17693    </desc>
     17694    <attribute name="clipboardMode" type="ClipboardMode" readonly="yes">
     17695      <desc>
     17696        The new clipboard mode.
    1766817697      </desc>
    1766917698    </attribute>
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