elf: tag GtkSourceView symbols

We see this library enough in the platform that it is work tagging.
This commit is contained in:
Christian Hergert
2016-04-20 20:36:01 -07:00
parent b97425b300
commit e759f2999f

View File

@ -171,6 +171,9 @@ guess_tag (SpElfSymbolResolver *self,
else if (strstr (map->filename, "/libgdk-3."))
tag = g_quark_from_static_string ("Gdk");
else if (strstr (map->filename, "/libgtksourceview-3.0"))
tag = g_quark_from_static_string ("GtkSourceView");
else if (strstr (map->filename, "/libpixman-1"))
tag = g_quark_from_static_string ("Pixman");