Commit aaed2e0
feat: add DesktopSourcePath property to Application DBus interface
1. Added new DBus property "DesktopSourcePath" to expose the source path
of desktop files
2. Extended the ApplicationService class with getter method and change
signal
3. Updated DBus XML interface definition to include the new property
4. The property provides read-only access to the desktop file source
path for external applications
feat: 为应用DBus接口添加DesktopSourcePath属性
1. 新增DBus属性"DesktopSourcePath"以暴露桌面文件的源路径
2. 扩展ApplicationService类,添加获取方法和变更信号
3. 更新DBus XML接口定义以包含新属性
4. 该属性为外部应用提供对桌面文件源路径的只读访问
PMS: BUG-3516211 parent 28f532a commit aaed2e0
3 files changed
Lines changed: 11 additions & 0 deletions
File tree
- api/dbus
- src/dbus
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
718 | 718 | | |
719 | 719 | | |
720 | 720 | | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
721 | 726 | | |
722 | 727 | | |
723 | 728 | | |
| |||
1096 | 1101 | | |
1097 | 1102 | | |
1098 | 1103 | | |
| 1104 | + | |
1099 | 1105 | | |
1100 | 1106 | | |
1101 | 1107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
182 | 186 | | |
183 | 187 | | |
184 | 188 | | |
| |||
0 commit comments