EditorSettings: Rename settings_path to settings_dir
Also to prepare for upcoming refactoring for XDG support.
This commit is contained in:
parent
73049d115e
commit
ad199c3964
19 changed files with 78 additions and 81 deletions
|
|
@ -55,7 +55,7 @@
|
|||
Get the list of favorite directories for this project.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_project_settings_path" qualifiers="const">
|
||||
<method name="get_project_settings_dir" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
|
|
@ -77,7 +77,7 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_settings_path" qualifiers="const">
|
||||
<method name="get_settings_dir" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue