Return: A #GSList of #GFile of the locations that have been added as
application-specific shortcuts with gtk_places_sidebar_add_shortcut().
To free this list, you can use
|[<!-- language="C" -->
g_slist_free_full (list, (GDestroyNotify) g_object_unref);
]|
Gets the list of shortcuts.
Return: A #GSList of #GFile of the locations that have been added as application-specific shortcuts with gtk_places_sidebar_add_shortcut(). To free this list, you can use |[<!-- language="C" --> g_slist_free_full (list, (GDestroyNotify) g_object_unref); ]|