diff options
Diffstat (limited to 'gvfs/gfileinfo.c')
-rw-r--r-- | gvfs/gfileinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvfs/gfileinfo.c b/gvfs/gfileinfo.c index 1754b28f..4a39da57 100644 --- a/gvfs/gfileinfo.c +++ b/gvfs/gfileinfo.c @@ -152,7 +152,7 @@ g_file_info_get_symlink_target (GFileInfo *info) } GFileAccessRights -g_file_get_access_rights (GFileInfo *info) +g_file_info_get_access_rights (GFileInfo *info) { return info->priv->access_rights; } |