mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 05:00:07 +00:00
PlacesSidebar: Fix warning about signal parameters
@open_flags was not documented, and so: jhbuild/checkout/gnome/gtk+-3/gtk/gtkplacessidebar.c:4743: Warning: Gtk: incorrect number of parameters in comment block, parameter annotations will be ignored.
This commit is contained in:
parent
b75b5e900a
commit
08adcb6318
@ -4743,6 +4743,8 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
|
||||
/**
|
||||
* GtkPlacesSidebar::show-starred-location:
|
||||
* @sidebar: the object which received the signal.
|
||||
* @open_flags: a single value from #GtkPlacesOpenFlags specifying how the
|
||||
* starred file should be opened.
|
||||
*
|
||||
* 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