Flowdock
method

set_cdecl_callback

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: DL
set_cdecl_callback(ty, argc, &cbp) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/dl/lib/dl/callback.rb, line 58
  def set_cdecl_callback(ty, argc, &cbp)
    set_callback_internal(CdeclCallbackProcs, CdeclCallbackAddrs, argc, ty, &cbp)
  end
Register or log in to add new notes.