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 */