From e14c0bb394473f8bbdb7c14f5065c58b9c0d2630 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 22 Oct 2014 00:36:16 -0400 Subject: [PATCH] Document gtk_sidebar_get_stack --- gtk/gtksidebar.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk/gtksidebar.c b/gtk/gtksidebar.c index 7ccc5218a8..e5121eddc9 100644 --- a/gtk/gtksidebar.c +++ b/gtk/gtksidebar.c @@ -511,7 +511,11 @@ gtk_sidebar_set_stack (GtkSidebar *sidebar, * gtk_sidebar_get_stack: * @sidebar: a #GtkSidebar * - * Returns: (transfer full): the associated #GtkStack + * Retrieves the stack. + * See gtk_sidebar_set_stack(). + * + * Returns: (transfer full): the associated #GtkStack or + * %NULL if none has been set explicitly * * Since: 3.16 */