PlacesSidebar.listShortcuts

Gets the list of shortcuts.

class PlacesSidebar
listShortcuts
()

Return Value

Type: gio.file.File[]

A #GSList of #GFile of the locations that have been added as application-specific shortcuts with gtk.places_sidebar.PlacesSidebar.addShortcut. To free this list, you can use

g_slist_free_full (list, (GDestroyNotify) g_object_unref);