summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-07-06 00:00:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-07-06 00:00:42 -0400
commit3d1e8127788d8d406dd7e5d7feaae6d47110f087 (patch)
tree339c20a9c20d2fb2cde475a50b8e8a0ec3fb03a1 /gio
parentd5a51305196ac44b1c9f9edcb93aa688821f60f2 (diff)
Document support_thread_contexts
Diffstat (limited to 'gio')
-rw-r--r--gio/gfile.h1
1 files changed, 1 insertions, 0 deletions
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.