summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@gmail.com>2012-10-02 13:37:54 -0400
committerDavid Zeuthen <zeuthen@gmail.com>2012-10-02 13:37:54 -0400
commit8173647654726ff375dc0269483b809719ae9acb (patch)
tree364e629056f56ad679cdba5c56561423e7665dab
parent1928096127cf587982fff3a89b0c105ccc6948c9 (diff)
downloadudisks-8173647654726ff375dc0269483b809719ae9acb.tar.gz
Fix up docs for udisks_daemon_util_file_set_contents()
Signed-off-by: David Zeuthen <zeuthen@gmail.com>
-rw-r--r--src/udisksdaemonutil.c1
1 files changed, 1 insertions, 0 deletions
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.