From 22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Jan 2014 17:04:46 -0500 Subject: docs: use #*-struct instead of --- gtk/gtkfilesystemmodel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk/gtkfilesystemmodel.c') diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c index df8c336494..3c415981fe 100644 --- a/gtk/gtkfilesystemmodel.c +++ b/gtk/gtkfilesystemmodel.c @@ -1646,13 +1646,13 @@ _gtk_file_system_model_iter_is_filtered_out (GtkFileSystemModel *model, * @model: a #GtkFileSystemModel * @iter: a #GtkTreeIter pointing to a row of @model * - * Gets the #GFileInfo structure for a particular row + * Gets the #GFileInfo-struct for a particular row * of @model. * - * Return value: a #GFileInfo structure. This structure + * Return value: a #GFileInfo-struct. This value * is owned by @model and must not be modified or freed. * If you want to keep the information for later use, - * you must take a reference, since the structure may be + * you must take a reference, since the #GFileInfo-struct may be * freed on later changes to the file system. If you have * called _gtk_file_system_model_add_editable() and the @iter * corresponds to the row that this function returned, the -- cgit v1.2.1