gFileSupportsThreadContexts {RGtk2}R Documentation

gFileSupportsThreadContexts

Description

Checks if file supports thread-default contexts. If this returns FALSE, you cannot perform asynchronous operations on file in a thread that has a thread-default context.

Usage

gFileSupportsThreadContexts(object)

Arguments

object

a GFile.

Details

Since 2.22

Value

[logical] Whether or not file supports thread-default contexts.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]