summaryrefslogtreecommitdiffstats
path: root/src/lib/abrt_types.c
Commit message (Collapse)AuthorAgeFilesLines
* removal of C++isms from libabrt, part 1Denys Vlasenko2010-12-081-0/+37
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>