From: Matthias Clasen Date: Mon, 6 Jul 2009 04:00:42 +0000 (-0400) Subject: Document support_thread_contexts X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3d1e8127788d8d406dd7e5d7feaae6d47110f087;p=dana%2Fcg-glib.git Document support_thread_contexts --- diff --git a/gio/gfile.h b/gio/gfile.h index 4e5bfe6d..611639e1 100644 --- a/gio/gfile.h +++ b/gio/gfile.h @@ -145,6 +145,7 @@ typedef struct _GFileIface GFileIface; * @start_mountable_finish: Finishes an start operation. Since 2.22. * @stop_mountable: Stops a mountable. Since 2.22. * @stop_mountable_finish: Finishes an stop operation. Since 2.22. + * @supports_thread_contexts: a boolean that indicates whether the #GFile implementation supports thread-default contexts. Since 2.22. * @unmount_mountable_with_operation: Unmounts a mountable object using a #GMountOperation. Since 2.22. * @unmount_mountable_with_operation_finish: Finishes an unmount operation using a #GMountOperation. Since 2.22. * @eject_mountable_with_operation: Ejects a mountable object using a #GMountOperation. Since 2.22.