mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 14:40:54 +00:00
libsysprof: start naming some bits as app store
Probably can come up with better naming here, but it'd be nice to lay blame where it makes sense.
This commit is contained in:
@ -200,6 +200,11 @@ static const struct {
|
|||||||
{ "libgnutls.so", "Cryptography" },
|
{ "libgnutls.so", "Cryptography" },
|
||||||
{ "libgnutlsxx.so", "Cryptography" },
|
{ "libgnutlsxx.so", "Cryptography" },
|
||||||
{ "libgnutls-dane.so", "Cryptography" },
|
{ "libgnutls-dane.so", "Cryptography" },
|
||||||
|
|
||||||
|
/* App Store */
|
||||||
|
{ "libgnomesoftware.so", "App Store" },
|
||||||
|
{ "libappstream.so", "App Store" },
|
||||||
|
{ "libappstream-glib.so", "App Store" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user