mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Fix transfer of application setting ids
It's cached, should be (transfer none).
This commit is contained in:
parent
66459eff96
commit
8b1d7e3407
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ shell_app_system_get_menus (ShellAppSystem *monitor)
|
|||
*
|
||||
* Returns a list of all desktop file ids under "settings.menu".
|
||||
*
|
||||
* Return value: (transfer full) (element-type utf8): List of desktop file ids
|
||||
* Return value: (transfer none) (element-type utf8): List of desktop file ids
|
||||
*/
|
||||
GSList *
|
||||
shell_app_system_get_all_settings (ShellAppSystem *monitor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue