Description Usage Arguments Details Value Author(s)
Gets the child of file
for a given display.name
(i.e. a UTF8
version of the name). If this function fails, it returns NULL
and error
will be
set. This is very useful when constructing a GFile for a new file
and the user entered the filename in the user interface, for instance
when you select a directory and type a filename in the file selector.
1 | gFileGetChildForDisplayName(object, display.name, .errwarn = TRUE)
|
|
input |
|
string to a possible child. |
.errwarn |
Whether to issue a warning on error or fail silently |
This call does no blocking i/o.
A list containing the following elements:
retval |
[ |
|
|
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.