Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/98teg/NativeDialogs
/ get_title
Method
get_title
src/native_notification.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
String NativeNotification::get_title() {
60
return title;
61
}
62
63
void NativeNotification::set_text(const String &p_text) {
64
text = p_text;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected