projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f38634
)
gio: Fix typo in documentation
author
Ross Lagerwall
<rosslagerwall@gmail.com>
Fri, 25 Oct 2013 08:05:02 +0000
(10:05 +0200)
committer
Ryan Lortie
<desrt@desrt.ca>
Mon, 28 Oct 2013 00:15:38 +0000
(17:15 -0700)
https://bugzilla.gnome.org/show_bug.cgi?id=710859
gio/gfileinfo.c
patch
|
blob
|
history
diff --git
a/gio/gfileinfo.c
b/gio/gfileinfo.c
index
3a2403d
..
81b15fb
100644
(file)
--- a/
gio/gfileinfo.c
+++ b/
gio/gfileinfo.c
@@
-1872,7
+1872,7
@@
g_file_info_set_file_type (GFileInfo *info,
* @info: a #GFileInfo.
* @is_hidden: a #gboolean.
*
- * Sets the "is_hidden" attribute in a #GFileInfo according to @is_
symlink
.
+ * Sets the "is_hidden" attribute in a #GFileInfo according to @is_
hidden
.
* See %G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN.
**/
void