~justinmcp/media-hub/fix-video-detection

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
global:
    extern "C++" {
        core::ubuntu::media::*;
	typeinfo?for?core::ubuntu::media::*;
	typeinfo?name?for?core::ubuntu::media::*;
	VTT?for?core::ubuntu::media::*;
	virtual?thunk?to?core::ubuntu::media::*;
	vtable?for?core::ubuntu::media::*;
	std::hash*;
    };
local:
    extern "C++" {
        *;
    };
};