From ef2c68462b6fd83d9e86e3db552f96c910f8cc21 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 16 Dec 2014 12:22:23 -0500 Subject: [PATCH] GtkMenuTracker: add missing documentation fragment https://bugzilla.gnome.org/show_bug.cgi?id=741610 --- gtk/gtkmenutracker.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkmenutracker.c b/gtk/gtkmenutracker.c index 7634744f12..1b89fe3c7a 100644 --- a/gtk/gtkmenutracker.c +++ b/gtk/gtkmenutracker.c @@ -495,6 +495,9 @@ gtk_menu_tracker_section_new (GtkMenuTracker *tracker, * @model: the model to flatten * @with_separators: if the toplevel should have separators (ie: TRUE * for menus, FALSE for menubars) + * @merge_sections: if sections should have their items merged in the + * usual way or reported only as separators (which can be queried to + * manually handle the items) * @action_namespace: the passed-in action namespace * @insert_func: insert callback * @remove_func: remove callback