Fix malformed GTK-Doc comment blocks: add missing colons.

Found these thanks to improved gobject-introspection GTK-Doc
comment block/annotation parser from:
https://bugzilla.gnome.org/show_bug.cgi?id=672254

https://bugzilla.gnome.org/show_bug.cgi?id=673385
This commit is contained in:
Dieter Verfaillie
2012-04-02 17:16:35 +02:00
committed by Johan Dahlin
parent 6bd47498a0
commit 8e740f726f
10 changed files with 14 additions and 14 deletions

View File

@@ -2006,7 +2006,7 @@ g_file_info_set_size (GFileInfo *info,
}
/**
* g_file_info_set_modification_time
* g_file_info_set_modification_time:
* @info: a #GFileInfo.
* @mtime: a #GTimeVal.
*