From 3d1e8127788d8d406dd7e5d7feaae6d47110f087 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 6 Jul 2009 00:00:42 -0400 Subject: [PATCH] Document support_thread_contexts --- gio/gfile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gio/gfile.h b/gio/gfile.h index 4e5bfe6d0..611639e1e 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.