From 1eb490fda9b644832d3e09b1ecbf2995cdc9bf32 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 2 Oct 2012 13:45:39 -0400 Subject: [PATCH] Fix docs for udisks_daemon_util_file_set_contents() Signed-off-by: David Zeuthen --- src/udisksdaemonutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/udisksdaemonutil.c b/src/udisksdaemonutil.c index f79fd67..9bebf78 100644 --- a/src/udisksdaemonutil.c +++ b/src/udisksdaemonutil.c @@ -1140,7 +1140,7 @@ udisks_daemon_util_hexdump_debug (gconstpointer data, gsize len) * udisks_daemon_util_file_set_contents: * @filename: (type filename): Name of a file to write @contents to, in the GLib file name encoding. * @contents: (array length=length) (element-type guint8): String to write to the file. - * @length: Length of @contents, or -1 if @contents is a NUL-terminated string. + * @contents_len: Length of @contents, or -1 if @contents is a NUL-terminated string. * @mode_for_new_file: Mode for new file. * @error: Return location for a #GError, or %NULL. * -- 2.7.4