Virtual Method
NautilusInfoProviderupdate_file_info
Declaration [src]
NautilusOperationResult
update_file_info (
  NautilusInfoProvider* provider,
  NautilusFileInfo* file,
  GClosure* update_complete,
  NautilusOperationHandle** handle
)
Description [src]
Returns a NautilusOperationResult. See nautilus_info_provider_update_file_info() for details.
Parameters
- file
- 
            Type: NautilusFileInfoA NautilusFileInfo.The data is owned by the caller of the method. 
- update_complete
- 
            Type: GClosureThe closure to invoke at some later time when returning NAUTILUS_OPERATION_IN_PROGRESS.The data is owned by the caller of the method. 
- handle
- 
            Type: NautilusOperationHandleAn opaque NautilusOperationHandlethat must be set when returningNAUTILUS_OPERATION_IN_PROGRESS.The argument will be set by the function. The argument can be set to NULLby the virtual function.The returned data is owned by the instance. 
Return value
Type: NautilusOperationResult
A NautilusOperationResult.