Method
GtkPlacesSidebarremove_shortcut
since: 3.10
Declaration [src]
void
gtk_places_sidebar_remove_shortcut (
  GtkPlacesSidebar* sidebar,
  GFile* location
)
Description [src]
Removes an application-specific shortcut that has been previously been
inserted with gtk_places_sidebar_add_shortcut().  If the location is not a
shortcut in the sidebar, then nothing is done.
Available since: 3.10
Parameters
- location
- 
            Type: GFileLocation to remove. The data is owned by the caller of the method.