Function
NautilusFileInfocreate_for_uri
Declaration [src]
NautilusFileInfo*
nautilus_file_info_create_for_uri (
const char* uri
)
Description [src]
Get an existing NautilusFileInfo (if it exists) or create a new one is it
does not exist.
Parameters
uri-
Type:
const char*The URI to lookup the file info for.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: NautilusFileInfo
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |