MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / setter

Method setter

DSView/pv/prop/binding/decoderoptions.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void DecoderOptions::setter(const char *id, GVariant *value)
152{
153 assert(_decoder);
154 _decoder->set_option(id, value);
155}
156
157} // binding
158} // prop

Callers

nothing calls this directly

Calls 1

set_optionMethod · 0.80

Tested by

no test coverage detected