abrt
2.1.5.6.g638c.dirty
A tool to inform users about various problems on the running system
Main Page
Data Structures
Files
File List
Globals
src
include
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_ */
Generated by
1.8.1.1