summaryrefslogtreecommitdiff
path: root/gtk/gtkcsssection.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-04-12 20:07:28 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-04-12 21:12:16 -0400
commit050cba6a31bb783720eb2cb9e773784d24107f03 (patch)
treeb45210f555e47371476ed7a6f92da61124c86e4a /gtk/gtkcsssection.c
parentda755ada52a2ce482c1fc15be70e9f2dbd477201 (diff)
downloadgtk+-050cba6a31bb783720eb2cb9e773784d24107f03.tar.gz
Fix malformed doc comments
Most of these are forgotten :'s and similar details which gtk-doc now warns about.
Diffstat (limited to 'gtk/gtkcsssection.c')
-rw-r--r--gtk/gtkcsssection.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcsssection.c b/gtk/gtkcsssection.c
index dd4cc021f7..007a308b9b 100644
--- a/gtk/gtkcsssection.c
+++ b/gtk/gtkcsssection.c
@@ -192,11 +192,11 @@ gtk_css_section_get_parent (const GtkCssSection *section)
* @section: the section
*
* Gets the file that @section was parsed from. If no such file exists,
- * for example because the CSS was loaded via
+ * for example because the CSS was loaded via
* @gtk_css_provider_load_from_data(), then %NULL is returned.
*
- * Returns: the #GFile that @section was parsed from or %NULL if
- * @section was parsed from other data.
+ * Returns: (transfer none): the #GFile that @section was parsed from
+ * or %NULL if @section was parsed from other data
*
* Since: 3.2
**/