docs: Add missing signal parameter

The `flags` parameter is missing, and the introspection scanner is
complaining about it.
This commit is contained in:
Emmanuele Bassi 2017-12-21 19:00:28 +00:00
parent 18a56cd795
commit f27dd8834b

View File

@ -4659,7 +4659,8 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
/**
* GtkPlacesSidebar::show-starred-location:
* @sidebar: the object which received the signal.
* @sidebar: the object which received the signal
* @flags: the flags for the operation
*
* The places sidebar emits this signal when it needs the calling
* application to present a way to show the starred files. In GNOME,