abrt  2.1.2
A tool to inform users about various problems on the running system
abrt-dbus.h
1 #ifndef ABRTDBUS_H_
2 #define ABRTDBUS_H_
3 
4 #define ABRT_DBUS_NAME "org.freedesktop.problems"
5 #define ABRT_DBUS_OBJECT "/org/freedesktop/problems"
6 #define ABRT_DBUS_IFACE "org.freedesktop.problems"
7 
8 GList *string_list_from_variant(GVariant *variant);
9 
10 GVariant *variant_from_string_list(const GList *strings);
11 
12 #endif /* ABRTDBUS_H_ */