mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 04:20:10 +01:00
At the time we do this check, version_script has not yet been generated, so we have to use something else. Signed-off-by: Simon McVittie <smcv@collabora.com>
10 lines
127 B
Text
10 lines
127 B
Text
NOT_REALLY_LIBDBUS_1_3 {
|
|
global:
|
|
dbus_*;
|
|
local:
|
|
*;
|
|
};
|
|
NOT_REALLY_LIBDBUS_PRIVATE_1.2.3 {
|
|
global:
|
|
_dbus_*;
|
|
};
|