Function
NautilusFileInfocreate
Declaration [src]
NautilusFileInfo*
nautilus_file_info_create (
GFile* location
)
Description [src]
Get an existing NautilusFileInfo (if it exists) or create a new one is it
does not exist.
Parameters
location-
Type:
GFileThe location to create the file info for.
The data is owned by the caller of the function.
Return value
Type: NautilusFileInfo
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |