forked from AuroraMiddleware/gtk
docs: Add missing signal parameter
The `flags` parameter is missing, and the introspection scanner is complaining about it.
This commit is contained in:
parent
18a56cd795
commit
f27dd8834b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user