VirtualBox

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


Ignore:
Timestamp:
Jul 23, 2018 10:05:26 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123947
Message:

bugref:9152. Renamed CloudUserProfileList to CloudUserProfiles.

File:
1 edited

Legend:

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

    r73216 r73337  
    2504525045
    2504625046  <!--
    25047   // ICloudUserProfileList
     25047  // ICloudUserProfiles
    2504825048  //////////////////////////////////////////////////////////////////////////
    2504925049  -->
    2505025050
    2505125051  <interface
    25052     name="ICloudUserProfileList" extends="$unknown"
     25052    name="ICloudUserProfiles" extends="$unknown"
    2505325053    uuid="cfadfecb-ef89-41a9-abbd-9772d41baddb"
    2505425054    wsmap="managed" reservedMethods="4" reservedAttributes="4"
     
    2518125181    <method name="getAllProfiles" const="yes">
    2518225182      <desc>
    25183         Returns the list of the ICloudUserProfileList in one call.
    25184       </desc>
    25185       <param name="profileList" type="ICloudUserProfileList" safearray="yes" dir="return">
    25186         <desc>Returns the list of ICloudUserProfileList.</desc>
     25183        Returns the list of the ICloudUserProfiles in one call.
     25184      </desc>
     25185      <param name="profileList" type="ICloudUserProfiles" safearray="yes" dir="return">
     25186        <desc>Returns the list of ICloudUserProfiles.</desc>
    2518725187      </param>
    2518825188    </method>
     
    2519025190    <method name="getProfilesByProvider" const="yes">
    2519125191      <desc>
    25192         Returns the ICloudUserProfileList for the particular provider.
     25192        Returns the ICloudUserProfiles for the particular provider.
    2519325193      </desc>
    2519425194      <param name="providerId" type="CloudProviderId" dir="in">
    2519525195      </param>
    25196       <param name="profile" type="ICloudUserProfileList" dir="return">
    25197         <desc>Returns the ICloudUserProfileList.</desc>
     25196      <param name="profile" type="ICloudUserProfiles" dir="return">
     25197        <desc>Returns the ICloudUserProfiles.</desc>
    2519825198      </param>
    2519925199    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette