Method

GtkPlacesSidebarset_show_enter_location

since: 3.14

Declaration [src]

void
gtk_places_sidebar_set_show_enter_location (
  GtkPlacesSidebar* sidebar,
  gboolean show_enter_location
)

Description [src]

Sets whether the sidebar should show an item for entering a location; this is off by default. An application may want to turn this on if manually entering URLs is an expected user action.

If you enable this, you should connect to the GtkPlacesSidebar::show-enter-location signal.

Available since: 3.14

Parameters

show_enter_location

Type: gboolean

Whether to show an item to enter a location.