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)
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

index eecebca..b18f36d 100644 (file)
@@ -4034,7 +4034,7 @@ g_file_set_attribute (GFile                *file,
  * triggering the cancellable object from another thread. If the operation
  * was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
  *
- * Returns: %TRUE if there was any error, %FALSE otherwise.
+ * Returns: %FALSE if there was any error, %TRUE otherwise.
  */
 gboolean
 g_file_set_attributes_from_info (GFile                *file,