Function
NautilusFileInfolookup
Declaration [src]
NautilusFileInfo*
nautilus_file_info_lookup (
  GFile* location
)
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
A NautilusFileInfo.
| The caller of the function takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |