| 142 | } |
| 143 | |
| 144 | GVariant* DeviceOptions::config_getter(int key) |
| 145 | { |
| 146 | SigSession *session = AppControl::Instance()->GetSession(); |
| 147 | DeviceAgent *_device_agent = session->get_device(); |
| 148 | return _device_agent->get_config(key); |
| 149 | } |
| 150 | |
| 151 | void DeviceOptions::config_setter(int key, GVariant* value) |
| 152 | { |
nothing calls this directly
no test coverage detected