diff options
author | Robert Tari <robert@tari.in> | 2023-08-09 16:52:51 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-10 08:37:58 +0200 |
commit | 4d97676bb5ba1a7612aed36d219cbaa978adc90e (patch) | |
tree | e0355b93ce042603ecc750952dec8b2c47abaf7c /src/app-indicator.symbols | |
parent | 2a3ed016991d0461718ed89811e61aad9202566f (diff) | |
download | libayatana-appindicator-4d97676bb5ba1a7612aed36d219cbaa978adc90e.tar.gz libayatana-appindicator-4d97676bb5ba1a7612aed36d219cbaa978adc90e.tar.bz2 libayatana-appindicator-4d97676bb5ba1a7612aed36d219cbaa978adc90e.zip |
Limit exported symbols
fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/40
Diffstat (limited to 'src/app-indicator.symbols')
-rw-r--r-- | src/app-indicator.symbols | 6 |
1 files changed, 6 insertions, 0 deletions
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_; +}; |