Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ aptSetMessageCallback
Function
aptSetMessageCallback
libctru/source/services/apt.c:882–886 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
880
}
881
882
void aptSetMessageCallback(aptMessageCb callback, void* user)
883
{
884
aptMessageFunc = callback;
885
aptMessageFuncData = user;
886
}
887
888
void aptLaunchLibraryApplet(NS_APPID appId, void* buf, size_t bufsize, Handle handle)
889
{
Callers
1
swkbdInputText
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected