MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / GetGVariantTuple

Method GetGVariantTuple

src/events/status.cpp:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107GVariant *Status::GetGVariantTuple() const
108{
109 return g_variant_new("(uus)",
110 static_cast<guint32>(major),
111 static_cast<guint32>(minor),
112 message.c_str());
113}
114
115
116GVariant *Status::GetGVariantDict() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected