From 8173647654726ff375dc0269483b809719ae9acb Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 2 Oct 2012 13:37:54 -0400 Subject: [PATCH] Fix up docs for udisks_daemon_util_file_set_contents() Signed-off-by: David Zeuthen --- src/udisksdaemonutil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/udisksdaemonutil.c b/src/udisksdaemonutil.c index f118d5f..f79fd67 100644 --- a/src/udisksdaemonutil.c +++ b/src/udisksdaemonutil.c @@ -1137,6 +1137,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. -- 2.7.4