From c611fcc7098890e1b67bfbf8279c400781c0572a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 17:51:05 -0500 Subject: [PATCH] assistant: Small doc tweak --- gtk/gtkassistant.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index fd8c9a2beb..f0dad3c3b0 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -24,8 +24,7 @@ /** * GtkAssistant: * - * `GtkAssistant` is used to represent a generally complex - * operation split up into several steps. + * `GtkAssistant` is used to represent a complex as a series of steps. * * ![An example GtkAssistant](assistant.png) * @@ -63,6 +62,12 @@ * class .assistant. */ +/** + * GtkAssistantPage: + * + * `GtkAssistantPage` is an auxiliary object used by `GtkAssistant. + */ + #include "config.h" #include "gtkassistant.h"