Function
NautilusInfoProviderupdate_complete_invoke
Declaration [src]
void
nautilus_info_provider_update_complete_invoke (
GClosure* update_complete,
NautilusInfoProvider* provider,
NautilusOperationHandle* handle,
NautilusOperationResult result
)
Parameters
update_complete-
Type:
GClosureThe closure to call.
The data is owned by the caller of the function. provider-
Type:
NautilusInfoProviderAn info provider.
The data is owned by the caller of the function. handle-
Type:
NautilusOperationHandleThe handle for the given closure.
The data is owned by the caller of the function. result-
Type:
NautilusOperationResultEither
NAUTILUS_OPERATION_COMPLETEorNAUTILUS_OPERATION_FAILED.