#include "cargo-gvariant/to-gvariant-visitor.hpp"
#include "cargo-gvariant/from-gvariant-visitor.hpp"
Go to the source code of this file.
Namespaces | |
cargo | |
Functions | |
template<class Cargo > | |
void | cargo::loadFromGVariant (GVariant *gvariant, Cargo &visitable) |
Fills the cargo structure with data stored in the GVariant. More... | |
template<class Cargo > | |
GVariant * | cargo::saveToGVariant (const Cargo &visitable) |
Saves the visitable in a GVariant. More... | |