examples: add example to demonstrate API usage in C++
[profile/ivi/message-port.git] / lib / msgport-utils.h
1 #ifndef __MSGPORT_UTILS_H
2 #define __MSGPORT_UTILS_H
3
4 #include <bundle.h>
5 #include <glib.h>
6 #include <message-port.h>
7
8 GVariant *bundle_to_variant_map (bundle *b);
9 bundle   *bundle_from_variant_map (GVariant *v);
10
11 messageport_error_e msgport_daemon_error_to_error (const GError *error);
12
13 #endif /* __MSGPORT_UTILS_H */