Add missing annotation to g_file_set_attribute()
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 29 Nov 2011 11:00:38 +0000 (12:00 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 29 Nov 2011 11:01:25 +0000 (12:01 +0100)
commit0627759331d857a3b99eec0ed2c13e5cf7f67130
tree085bcbb879529f0b82b6b865537b097cba9f19a5
parent30580bdca7764525a49899dd56dcdde25a300a21
Add missing annotation to g_file_set_attribute()

g_file_set_attribute() also permits a NULL value for value_p, and requires it
to be NULL to unset it. Also fix the wrong variable name in the documentation.

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
gio/gfile.c