summaryrefslogtreecommitdiff
path: root/gsystem-file-utils.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-12-08 13:45:59 -0500
committerColin Walters <walters@verbum.org>2012-12-08 13:45:59 -0500
commitaac3668399f8058877cf21ba35617ec4cfecd500 (patch)
treeb58e9e87d0b30a3911a4e3119ecb849250b1d874 /gsystem-file-utils.h
parentdd1b3032b4cd175c2a9b2c611a62525454bad772 (diff)
downloadlibgsystem-aac3668399f8058877cf21ba35617ec4cfecd500.tar.gz
Introspection fixes, use --warn-error
This way we get more of the API for bindings.
Diffstat (limited to 'gsystem-file-utils.h')
-rw-r--r--gsystem-file-utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gsystem-file-utils.h b/gsystem-file-utils.h
index b0db9e1..fc85584 100644
--- a/gsystem-file-utils.h
+++ b/gsystem-file-utils.h
@@ -29,15 +29,15 @@ const char *gs_file_get_path_cached (GFile *file);
const char *gs_file_get_basename_cached (GFile *file);
-GInputStream *gs_file_read_noatime (GFile *path,
+GInputStream *gs_file_read_noatime (GFile *file,
GCancellable *cancellable,
GError **error);
-GMappedFile *gs_file_map_noatime (GFile *path,
+GMappedFile *gs_file_map_noatime (GFile *file,
GCancellable *cancellable,
GError **error);
-gboolean gs_file_rename (GFile *src,
- GFile *dest,
+gboolean gs_file_rename (GFile *from,
+ GFile *to,
GCancellable *cancellable,
GError **error);