Function
NautilusFileInfolookup
Declaration [src]
NautilusFileInfo*
nautilus_file_info_lookup (
GFile* location
)
Description [src]
Get an existing NautilusFileInfo or NULL if it does not exist in the
application cache.
Parameters
location-
Type:
GFileThe location for which to look up a corresponding
NautilusFileInfoobject.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. |
The return value can be NULL. |