Changeset 20044 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 26, 2009 3:38:55 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47779
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r20042 r20044 2890 2890 </method> 2891 2891 2892 </interface> 2893 2894 <!-- 2895 // IVFSExplorer 2896 ///////////////////////////////////////////////////////////////////////// 2897 --> 2898 2899 <enum 2900 name="VFSType" 2901 uuid="813999ba-b949-48a8-9230-aadc6285e2f2" 2902 > 2903 <desc> 2904 </desc> 2905 2906 <const name="File" value="1" /> 2907 <const name="Cloud" value="2" /> 2908 <const name="S3" value="3" /> 2909 <const name="WebDav" value="4" /> 2910 </enum> 2911 2912 <enum 2913 name="FileType" 2914 uuid="714333cd-44e2-415f-a245-d378fa9b1242" 2915 > 2916 <desc> 2917 </desc> 2918 2919 <const name="Unknown" value="1" /> 2920 <const name="Fifo" value="2" /> 2921 <const name="DevChar" value="3" /> 2922 <const name="Directory" value="4" /> 2923 <const name="DevBlock" value="5" /> 2924 <const name="File" value="6" /> 2925 <const name="SymLink" value="7" /> 2926 <const name="Socket" value="8" /> 2927 <const name="WhiteOut" value="9" /> 2928 </enum> 2929 2930 <interface 2931 name="IVFSExplorer" extends="$unknown" 2932 uuid="fd7da337-80ef-4a5c-9122-918435e33003" 2933 wsmap="managed" 2934 > 2935 <desc /> 2936 2937 <attribute name="path" type="wstring" readonly="yes"> 2938 <desc /> 2939 </attribute> 2940 2941 <attribute name="type" type="VFSType" readonly="yes"> 2942 <desc /> 2943 </attribute> 2944 2945 <method name="update"> 2946 <desc /> 2947 2948 <param name="aProgress" type="IProgress" dir="return"> 2949 <desc /> 2950 </param> 2951 </method> 2952 2953 <method name="entryList"> 2954 <desc /> 2955 2956 <param name="aNames" type="wstring" safearray="yes" dir="out"> 2957 <desc /> 2958 </param> 2959 2960 <param name="aTypes" type="unsigned long" safearray="yes" dir="out"> 2961 <desc /> 2962 </param> 2963 </method> 2964 2965 <method name="exists"> 2966 <desc /> 2967 2968 <param name="aNames" type="wstring" safearray="yes" dir="in"> 2969 <desc /> 2970 </param> 2971 2972 <param name="aExists" type="wstring" safearray="yes" dir="return"> 2973 <desc /> 2974 </param> 2975 </method> 2976 2977 <method name="remove"> 2978 <desc /> 2979 2980 <param name="aNames" type="wstring" safearray="yes" dir="in"> 2981 <desc /> 2982 </param> 2983 2984 <param name="aProgress" type="IProgress" dir="return"> 2985 <desc /> 2986 </param> 2987 </method> 2988 2892 2989 </interface> 2893 2990 … … 3043 3140 <interface 3044 3141 name="IAppliance" extends="$unknown" 3045 uuid=" 30bfa6b8-9eda-4b0a-b218-a86813248ccd"3142 uuid="07495095-d16c-4911-8964-5914341ced5d" 3046 3143 wsmap="managed" 3047 3144 > … … 3226 3323 <param name="aProgress" type="IProgress" dir="return"> 3227 3324 <desc></desc> 3325 </param> 3326 </method> 3327 3328 <method name="createVFSExplorer"> 3329 <desc /> 3330 3331 <param name="aUri" type="wstring" dir="in"> 3332 <desc /> 3333 </param> 3334 3335 <param name="aExplorer" type="IVFSExplorer" dir="return"> 3336 <desc /> 3228 3337 </param> 3229 3338 </method>
Note:
See TracChangeset
for help on using the changeset viewer.