signal callback delegate or function to connect
void callback(gio.file.File location, gtk.types.PlacesOpenFlags openFlags, gtk.places_sidebar.PlacesSidebar placesSidebar)
location #GFile to which the caller should switch. (optional)
openFlags a single value from #GtkPlacesOpenFlags specifying how the location should be opened. (optional)
placesSidebar the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to OpenLocation signal.
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.