list_shortcuts


Description:

[ Version ( since = "3.10" ) ]
public SList<File> list_shortcuts ()

Gets the list of shortcuts.

Parameters:

this

a places sidebar

Returns:

A SList of File of the locations that have been added as application-specific shortcuts with add_shortcut. To free this list, you can use

g_slist_free_full (list, (GDestroyNotify) g_object_unref);