Signal
GtkPlacesSidebar::open-location
since: 3.10
Declaration
void
open_location (
GtkPlacesSidebar* self,
GioFile* location,
GtkPlacesOpenFlags open_flags,
gpointer user_data
)
Description [src]
The places sidebar emits this signal when the user selects a location in it. The calling application should display the contents of that location; for example, a file manager should show a list of files in the specified location.
| Default handler: The default handler is called before the handlers added via |
| Available since: 3.10 |
Parameters
location-
Type:
GFileGFileto which the caller should switch.The data is owned by the caller of the function. open_flags-
Type:
GtkPlacesOpenFlagsA single value from
GtkPlacesOpenFlagsspecifying how thelocationshould be opened.