方法
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 起可用