From f27dd8834bb658b5c4088f33a1b9fd2e78b703f6 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 21 Dec 2017 19:00:28 +0000 Subject: [PATCH] docs: Add missing signal parameter The `flags` parameter is missing, and the introspection scanner is complaining about it. --- gtk/gtkplacessidebar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 326a05c224..b7a6d91825 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -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,