summaryrefslogtreecommitdiff
path: root/gtk/gtkassistant.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-27 14:46:23 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-04-28 13:31:59 +0100
commit555230ec9c6018fe17765e85377b9cfba3dce64e (patch)
treeb436ef48be84a975006df2dfb47e4500572774d2 /gtk/gtkassistant.c
parent2a11f5f8893170c65e0724511eeed66e3eb2f6b1 (diff)
downloadgtk+-555230ec9c6018fe17765e85377b9cfba3dce64e.tar.gz
Annotate more functions returning GListModel
Now that we can have an element-type annotation, we should use it where needed.
Diffstat (limited to 'gtk/gtkassistant.c')
-rw-r--r--gtk/gtkassistant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c
index 91e9dcfef7..c0b00dbf8f 100644
--- a/gtk/gtkassistant.c
+++ b/gtk/gtkassistant.c
@@ -2481,7 +2481,7 @@ gtk_assistant_pages_new (GtkAssistant *assistant)
*
* Gets a list model of the assistant pages.
*
- * Returns: (transfer full): A list model of the pages.
+ * Returns: (transfer full) (attributes element-type=GtkAssistantPage): A list model of the pages.
*/
GListModel *
gtk_assistant_get_pages (GtkAssistant *assistant)