Changeset 14576 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 25, 2008 3:12:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r14573 r14576 1151 1151 </attribute> 1152 1152 1153 1154 1155 1156 1157 1158 1159 1153 <attribute name="settingsFilePath" type="wstring" readonly="yes"> 1154 <desc> 1155 Full name of the global settings file. 1156 The value of this property corresponds to the value of 1157 <link to="#homeFolder"/> plus <tt>/VirtualBox.xml</tt>. 1158 </desc> 1159 </attribute> 1160 1160 1161 1161 <attribute name="settingsFileVersion" type="wstring" readonly="yes"> … … 1173 1173 The current version usually matches the value of the 1174 1174 <link to="#settingsFormatVersion"/> attribute unless the 1175 1175 settings file was created by an older version of VirtualBox and there 1176 1176 was a change of the settings file format since then. 1177 1177 … … 2227 2227 </method> 2228 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2229 <method name="saveSettings"> 2230 <desc> 2231 Saves the global settings to the global settings file 2232 (<link to="#settingsFilePath"/>). 2233 2234 This method is only useful for explicitly saving the global settings 2235 file after it has been auto-converted from the old format to the most 2236 recent format (see <link to="#settingsFileVersion"/> for details). 2237 Normally, the global settings file is implicitly saved when a global 2238 setting is changed. 2239 </desc> 2240 </method> 2241 2241 2242 2242 <method name="saveSettingsWithBackup">
Note:
See TracChangeset
for help on using the changeset viewer.