Destroy Event

Fires on filesystem exit.

Syntax

class FUSEDestroyEventParams {
public:
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Destroy(FUSEDestroyEventParams *e);
// Or, subclass FUSE and override this emitter function. virtual int FireDestroy(FUSEDestroyEventParams *e) {...}

Remarks

This event fires when the filesystem is shut down.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS FUSE 2020 Qt Edition - Version 20.0 [Build 8348]