[glib: 1/2] gio/gfileinfo: fix parameter references
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] gio/gfileinfo: fix parameter references
- Date: Sun, 6 Oct 2019 13:18:14 +0000 (UTC)
commit 5dee5263e8a99370e71a5b933550b44ea7016317
Author: David Lechner <david lechnology com>
Date: Sat Oct 5 22:36:19 2019 +0000
gio/gfileinfo: fix parameter references
This fixes a couple of parameter references for @info in the doc comments.
gio/gfileinfo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c
index dd505df4c..5678be55b 100644
--- a/gio/gfileinfo.c
+++ b/gio/gfileinfo.c
@@ -564,7 +564,7 @@ g_file_info_find_value_by_name (GFileInfo *info,
*
* Checks if a file info structure has an attribute named @attribute.
*
- * Returns: %TRUE if @Ginfo has an attribute named @attribute,
+ * Returns: %TRUE if @info has an attribute named @attribute,
* %FALSE otherwise.
**/
gboolean
@@ -588,7 +588,7 @@ g_file_info_has_attribute (GFileInfo *info,
* Checks if a file info structure has an attribute in the
* specified @name_space.
*
- * Returns: %TRUE if @Ginfo has an attribute in @name_space,
+ * Returns: %TRUE if @info has an attribute in @name_space,
* %FALSE otherwise.
*
* Since: 2.22
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]