diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-07-31 13:12:48 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-07-31 13:12:48 +0200 |
| commit | 919f52da59965f2493ca94ffb5bd11c7ef6835f9 (patch) | |
| tree | c39326017e53795e708af156c602747253c7a6e3 /lib/MiddleWare/MiddleWare.h | |
| parent | f246abe47b3a4920516fef3f160b688a28bafd80 (diff) | |
New iface for getting plugins' infos
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
| -rw-r--r-- | lib/MiddleWare/MiddleWare.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h index 625e037..2144bba 100644 --- a/lib/MiddleWare/MiddleWare.h +++ b/lib/MiddleWare/MiddleWare.h @@ -288,12 +288,12 @@ class CMiddleWare */ vector_pair_string_string_t GetUUIDsOfCrash(const std::string& pUID); /** - * A method, which gets all needed plugin info. It can be send via DBus - * to GUI and displayed to an user. - * @param pName A Name of plugin. - * @return A map <key, vaule> + * A method, which gets all plugins info (event those plugins which are + * disabled). It can be send via DBus to GUI and displayed to an user. + * Then a user can fill all needed informations like URLs etc. + * @return A vector of maps <key, vaule> */ - map_string_string_t GetPluginInfo(const std::string& pName); + vector_map_string_string_t GetPluginsInfo(); /** * A method, which set a GPG finger print check. * @param pCheck Is it enabled? |
