summaryrefslogtreecommitdiffstats
path: root/doc/abrt-plugin
Commit message (Collapse)AuthorAgeFilesLines
* removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-081-1/+0
| | | | | | | | | | | | | This patch converts libabrt usage of C++ map<string, string> to a glib-based container, GHashTable. It is typedef-ed to map_string_h. We can't typedef it to map_string_t, since other parts of ABRT (daemon, cli) still use that name for C++ container. Also, exceptions are removed everywhere. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* tutorial how-to build your own reporter pluginNikola Pajkovsky2010-07-294-0/+199
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>