Enums

Details

class Nautilus.OperationResult(value)

Bases: GObject.GEnum

Return values for asynchronous operations performed by the extension. See Nautilus.InfoProvider.update_file_info().

COMPLETE = 0

the operation succeeded, and the extension is done with the request.

FAILED = 1

the operation failed.

IN_PROGRESS = 2

the extension has begin an async operation. When this value is returned, the extension must set the handle parameter and call the callback closure when the operation is complete.