diff options
author | Richard Hughes <richard@hughsie.com> | 2007-07-24 11:58:08 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-07-24 11:58:08 +0000 |
commit | 0cb8dd64a94fd3b57b37a68a6611a125689bf5df (patch) | |
tree | fbfe6c4538cee81a88d8bd6cbff06a1c59b7ab25 /bus/config-parser.h | |
parent | d6fddc64b5ed5ddd7b087679b4bd4b8d79e2fe69 (diff) | |
download | dbus-0cb8dd64a94fd3b57b37a68a6611a125689bf5df.tar.gz |
2007-07-24 Richard Hughes <richard@hughsie.com>
* bus/Makefile.am:
* bus/config-parser.c: (bus_config_parser_unref),
(start_busconfig_child), (bus_config_parser_end_element),
(servicehelper_path), (bus_config_parser_content),
(bus_config_parser_finished),
(bus_config_parser_get_servicehelper),
(test_default_session_servicedirs),
(test_default_system_servicedirs), (bus_config_parser_test):
* bus/config-parser.h:
Make the config-parser code use the common config code.
Also add the session and systemdirs stuff, and make the config parser
aware of the servicehelper field.
Diffstat (limited to 'bus/config-parser.h')
-rw-r--r-- | bus/config-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/config-parser.h b/bus/config-parser.h index 5485fc91..ec0dfed1 100644 --- a/bus/config-parser.h +++ b/bus/config-parser.h @@ -66,6 +66,7 @@ DBusList** bus_config_parser_get_addresses (BusConfigParser *parser); DBusList** bus_config_parser_get_mechanisms (BusConfigParser *parser); dbus_bool_t bus_config_parser_get_fork (BusConfigParser *parser); const char* bus_config_parser_get_pidfile (BusConfigParser *parser); +const char* bus_config_parser_get_servicehelper (BusConfigParser *parser); DBusList** bus_config_parser_get_service_dirs (BusConfigParser *parser); DBusList** bus_config_parser_get_conf_dirs (BusConfigParser *parser); BusPolicy* bus_config_parser_steal_policy (BusConfigParser *parser); |