docs: Fix return value of g_file_set_attributes_from_info()
authorTomas Bzatek <tbzatek@redhat.com>
Fri, 14 Dec 2012 15:54:09 +0000 (16:54 +0100)
committerTomas Bzatek <tbzatek@redhat.com>
Fri, 14 Dec 2012 15:54:09 +0000 (16:54 +0100)
commitcc3171f6802c909097f9633f3bde7705d39efaa9
treed9de0ce2999353880157d39eae5279d4f4e0873b
parent3c87ab97ffd8735bff78c177e163826484776cd2
docs: Fix return value of g_file_set_attributes_from_info()

GIO API usually returns FALSE and sets GError when something went wrong
and it was also the case of this method, just being badly documented.
gio/gfile.c