Home
last modified time | relevance | path

Searched defs:BusConfigParser (Results 1 – 4 of 4) sorted by relevance

/external/dbus/bus/
Dconfig-parser.c83 struct BusConfigParser struct
85 int refcount; /**< Reference count */
87 DBusString basedir; /**< Directory we resolve paths relative to */
89 DBusList *stack; /**< stack of Element */
91 char *user; /**< user to run as */
93 char *servicehelper; /**< location of the setuid helper */
95 char *bus_type; /**< Message bus type */
97 DBusList *listen_on; /**< List of addresses to listen to */
99 DBusList *mechanisms; /**< Auth mechanisms */
101 DBusList *service_dirs; /**< Directories to look for session services in */
[all …]
Dconfig-parser-trivial.c36 struct BusConfigParser struct
38 ElementType type;
39 DBusString user; /**< User the dbus-daemon runs as */
40 DBusString bus_type; /**< Message bus type */
41 DBusString service_helper; /**< Location of the setuid helper */
42 DBusList *service_dirs; /**< Directories to look for services in */
Dconfig-parser-trivial.h34 typedef struct BusConfigParser BusConfigParser; typedef
Dconfig-parser.h35 typedef struct BusConfigParser BusConfigParser; typedef