summaryrefslogtreecommitdiff
path: root/dbus/test-version-script
blob: c0f8462d7a61816e5d4a8f25107e1cc0b37c9aa7 (plain)
1
2
3
4
5
6
7
8
9
10
NOT_REALLY_LIBDBUS_1_3 {
  global:
    dbus_*;
  local:
    *;
};
NOT_REALLY_LIBDBUS_PRIVATE_1.2.3 {
  global:
    _dbus_*;
};