Description Usage Arguments Value Author(s)
Queries a file input stream the given attributes
. This function blocks
while querying the stream. For the asynchronous (non-blocking) version
of this function, see gFileInputStreamQueryInfoAsync
. While the
stream is blocked, the stream will set the pending flag internally, and
any other operations on the stream will fail with G_IO_ERROR_PENDING
.
1 2 | gFileInputStreamQueryInfo(object, attributes, cancellable = NULL,
.errwarn = TRUE)
|
|
a |
|
a file attribute query string. |
|
optional |
.errwarn |
Whether to issue a warning on error or fail silently |
A list containing the following elements:
retval |
[ |
|
a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.