Searched defs:BusConfigParser (Results 1 – 4 of 4) sorted by relevance
83 struct BusConfigParser struct85 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 …]
36 struct BusConfigParser struct38 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 */
34 typedef struct BusConfigParser BusConfigParser; typedef
35 typedef struct BusConfigParser BusConfigParser; typedef