Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/ get_func_ptr
Method
get_func_ptr
gi/function.h:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
~GjsCallbackTrampoline();
52
53
[[nodiscard]]
54
void* get_func_ptr() const {
55
return m_info.closure_native_address(m_closure);
56
}
57
58
[[nodiscard]] ffi_closure* get_ffi_closure() const { return m_closure; }
59
Callers
2
in
Method · 0.80
hook_up_vfunc_impl
Method · 0.80
Calls
1
closure_native_address
Method · 0.80
Tested by
no test coverage detected