VirtualBox

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


Ignore:
Timestamp:
Mar 6, 2018 10:08:58 AM (7 years ago)
Author:
vboxsync
Message:

Main/Guest Control: Renamed FsObjMoveFlags, DirectoryCopyFlags and FileOpenExFlags to FsObjMoveFlag, DirectoryCopyFlag and FileOpenExFlag accordingly to match the rest of the API.

File:
1 edited

Legend:

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

    r71141 r71231  
    1102811028
    1102911029  <enum
    11030     name="FsObjMoveFlags"
    11031     uuid="98fdd11f-4063-ac60-5737-e49092aab95f"
     11030    name="FsObjMoveFlag"
     11031    uuid="2450a05d-80c6-4c96-9a17-94d73293ff86"
    1103211032    >
    1103311033    <desc>
     
    1107411074
    1107511075  <enum
    11076     name="DirectoryCopyFlags"
    11077     uuid="cc500f0c-4a54-88c9-56b3-7e9310416da7"
     11076    name="DirectoryCopyFlag"
     11077    uuid="b5901856-d064-4fbc-ab06-2909ba106154"
    1107811078    >
    1107911079    <desc>
     
    1143411434
    1143511435  <enum
    11436     name="FileOpenExFlags"
    11437     uuid="9d62017b-ddd3-4e5a-a08e-14d1c23bbac1"
     11436    name="FileOpenExFlag"
     11437    uuid="4671abd4-f70c-42aa-8542-6c169cb87a5c"
    1143811438    >
    1143911439    <desc>
     
    1185811858  <interface
    1185911859    name="IGuestSession" extends="$unknown"
    11860     uuid="486fd828-4c6b-239b-a846-c4bb69e41038"
     11860    uuid="049af4e1-9732-4815-b01a-d64d21c064fe"
    1186111861    wsmap="managed"
    1186211862    reservedMethods="8" reservedAttributes="8"
     
    1202612026      <param name="destination" type="wstring" dir="in">
    1202712027        <desc>The path to the target directory (in the guest).  Unless the
    12028           <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the
     12028          <link to="DirectoryCopyFlag_CopyIntoExisting"/> flag is given, the
    1202912029          directory shall not already exist.  Guest path style.</desc>
    1203012030      </param>
    12031       <param name="flags" type="DirectoryCopyFlags" dir="in" safearray="yes">
    12032         <desc>Zero or more <link to="DirectoryCopyFlags"/> values.</desc>
     12031      <param name="flags" type="DirectoryCopyFlag" dir="in" safearray="yes">
     12032        <desc>Zero or more <link to="DirectoryCopyFlag"/> values.</desc>
    1203312033      </param>
    1203412034      <param name="progress" type="IProgress" dir="return">
     
    1205112051      <param name="destination" type="wstring" dir="in">
    1205212052        <desc>Where to put the directory on the host.  Unless the
    12053           <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the
     12053          <link to="DirectoryCopyFlag_CopyIntoExisting"/> flag is given, the
    1205412054          directory shall not already exist.  Host path style.</desc>
    1205512055      </param>
    12056       <param name="flags" type="DirectoryCopyFlags" dir="in" safearray="yes">
    12057         <desc>Zero or more <link to="DirectoryCopyFlags"/> values.</desc>
     12056      <param name="flags" type="DirectoryCopyFlag" dir="in" safearray="yes">
     12057        <desc>Zero or more <link to="DirectoryCopyFlag"/> values.</desc>
    1205812058      </param>
    1205912059      <param name="progress" type="IProgress" dir="return">
     
    1207612076      <param name="destination" type="wstring" dir="in">
    1207712077        <desc>Where to put the file in the guest. Unless the
    12078           <link to="DirectoryCopyFlags_CopyIntoExisting"/> flag is given, the
     12078          <link to="DirectoryCopyFlag_CopyIntoExisting"/> flag is given, the
    1207912079          directory shall not already exist.  Guest style path.</desc>
    1208012080      </param>
    12081       <param name="flags" type="DirectoryCopyFlags" dir="in" safearray="yes">
    12082         <desc>Zero or more <link to="DirectoryCopyFlags"/> values.</desc>
     12081      <param name="flags" type="DirectoryCopyFlag" dir="in" safearray="yes">
     12082        <desc>Zero or more <link to="DirectoryCopyFlag"/> values.</desc>
    1208312083      </param>
    1208412084      <param name="progress" type="IProgress" dir="return">
     
    1257312573        </desc>
    1257412574      </param>
    12575       <param name="flags" type="FileOpenExFlags" dir="in" safearray="yes">
    12576         <desc>Zero or more <link to="FileOpenExFlags"/> values. </desc>
     12575      <param name="flags" type="FileOpenExFlag" dir="in" safearray="yes">
     12576        <desc>Zero or more <link to="FileOpenExFlag"/> values. </desc>
    1257712577      </param>
    1257812578      <param name="file" type="IGuestFile" dir="return">
     
    1273212732          style.</desc>
    1273312733      </param>
    12734       <param name="flags" type="FsObjMoveFlags" dir="in" safearray="yes">
    12735         <desc>Zero or more <link to="FsObjMoveFlags"/> values.</desc>
     12734      <param name="flags" type="FsObjMoveFlag" dir="in" safearray="yes">
     12735        <desc>Zero or more <link to="FsObjMoveFlag"/> values.</desc>
    1273612736      </param>
    1273712737      <param name="progress" type="IProgress" dir="return">
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