Fix up docs for udisks_daemon_util_file_set_contents()
authorDavid Zeuthen <zeuthen@gmail.com>
Tue, 2 Oct 2012 17:37:54 +0000 (13:37 -0400)
committerDavid Zeuthen <zeuthen@gmail.com>
Tue, 2 Oct 2012 17:37:54 +0000 (13:37 -0400)
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
src/udisksdaemonutil.c

index f118d5f..f79fd67 100644 (file)
@@ -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.