From 4d97676bb5ba1a7612aed36d219cbaa978adc90e Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 9 Aug 2023 16:52:51 +0200 Subject: Limit exported symbols fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/40 --- src/app-indicator.symbols | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/app-indicator.symbols (limited to 'src/app-indicator.symbols') diff --git a/src/app-indicator.symbols b/src/app-indicator.symbols new file mode 100644 index 0000000..6d1cf35 --- /dev/null +++ b/src/app-indicator.symbols @@ -0,0 +1,6 @@ +{ + global: app_indicator_*; + local: _notification_*; + _generate_; + _application_; +}; -- cgit v1.2.3