方法

GioFilesupports_thread_contexts

自:2.22

声明 [源]

gboolean
g_file_supports_thread_contexts (
  GFile* file
)

描述 [源]

检查是否 file 支持 [线程默认上下文][g-main-context-push-thread-default-context]。如果这个返回值为 FALSE,你无法在一个具有线程默认上下文的线程中执行对 file 的异步操作。

自 2.22 起可用

返回值

类型: gboolean

是否 file 支持线程默认上下文。