Changeset 73337 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 23, 2018 10:05:26 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123947
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r73216 r73337 25045 25045 25046 25046 <!-- 25047 // ICloudUserProfile List25047 // ICloudUserProfiles 25048 25048 ////////////////////////////////////////////////////////////////////////// 25049 25049 --> 25050 25050 25051 25051 <interface 25052 name="ICloudUserProfile List" extends="$unknown"25052 name="ICloudUserProfiles" extends="$unknown" 25053 25053 uuid="cfadfecb-ef89-41a9-abbd-9772d41baddb" 25054 25054 wsmap="managed" reservedMethods="4" reservedAttributes="4" … … 25181 25181 <method name="getAllProfiles" const="yes"> 25182 25182 <desc> 25183 Returns the list of the ICloudUserProfile Listin one call.25184 </desc> 25185 <param name="profileList" type="ICloudUserProfile List" safearray="yes" dir="return">25186 <desc>Returns the list of ICloudUserProfile List.</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> 25187 25187 </param> 25188 25188 </method> … … 25190 25190 <method name="getProfilesByProvider" const="yes"> 25191 25191 <desc> 25192 Returns the ICloudUserProfile Listfor the particular provider.25192 Returns the ICloudUserProfiles for the particular provider. 25193 25193 </desc> 25194 25194 <param name="providerId" type="CloudProviderId" dir="in"> 25195 25195 </param> 25196 <param name="profile" type="ICloudUserProfile List" dir="return">25197 <desc>Returns the ICloudUserProfile List.</desc>25196 <param name="profile" type="ICloudUserProfiles" dir="return"> 25197 <desc>Returns the ICloudUserProfiles.</desc> 25198 25198 </param> 25199 25199 </method>
Note:
See TracChangeset
for help on using the changeset viewer.