Method: Libcouchbase::Ext.remove3

Defined in:
lib/libcouchbase/ext/libcouchbase.rb

.remove3(instance, cookie, cmd) ⇒ ErrorT

(Not documented)

Parameters:

  • instance (T)
  • cookie (FFI::Pointer(*Void))
  • cmd (CMDBASE)

Returns:



324
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 324

attach_function :remove3, :lcb_remove3, [T.by_ref, :pointer, CMDBASE.by_ref], ErrorT, :blocking => true