diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-18 16:31:03 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-01-18 16:31:03 +0100 |
| commit | b8ef905c6455ef98cd7fa488de7d602a70bd57dc (patch) | |
| tree | 8d99e35017aa08773a8ee63487a67bac983bd6f7 /src/Daemon/Daemon.cpp | |
| parent | 675ef3624349fbfbe165913270f24a947e0cb8d0 (diff) | |
| parent | 3cd4d651565e4afcc3c72bd32bb9ce2285b5c93d (diff) | |
| download | abrt-b8ef905c6455ef98cd7fa488de7d602a70bd57dc.tar.gz abrt-b8ef905c6455ef98cd7fa488de7d602a70bd57dc.tar.xz abrt-b8ef905c6455ef98cd7fa488de7d602a70bd57dc.zip | |
conflict
Diffstat (limited to 'src/Daemon/Daemon.cpp')
| -rw-r--r-- | src/Daemon/Daemon.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Daemon/Daemon.cpp b/src/Daemon/Daemon.cpp index 09d8ab8..a2970af 100644 --- a/src/Daemon/Daemon.cpp +++ b/src/Daemon/Daemon.cpp @@ -65,7 +65,8 @@ * Returns report_status_t (map_vector_string_t) - the status of each call. * 2nd parameter is the contents of user's abrt.conf. * - DeleteDebugDump(UUID): delete it from DB and delete corresponding /var/cache/abrt/DIR - * - GetPluginsInfo(): returns vector_map_string_t + * - GetPluginsInfo(): returns map_map_string_t + * map["plugin"] = { "Name": "plugin", "Enabled": "yes" ... } * - GetPluginSettings(PluginName): returns map_plugin_settings_t (map_string_t) * - SetPluginSettings(PluginName, map_plugin_settings_t): returns void * - RegisterPlugin(PluginName): returns void |
