Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cargo-gvariant.hpp File Reference

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...
 

Detailed Description