diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-07-03 16:21:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-07-03 16:21:10 +0200 |
commit | e3c1dba0945518840a7674e6b244ecbc4892d29f (patch) | |
tree | 42dec3c5fb97b5cedeb51b397aa0b0fb21b06c8f | |
parent | fb1a124cde2e75300fdcaf1cd9378cd7db1544bf (diff) | |
parent | 6e29dc3814da0a425424b8ed4ccb2e3769bb2de2 (diff) | |
download | libayatana-appindicator-master.tar.gz libayatana-appindicator-master.tar.bz2 libayatana-appindicator-master.zip |
Attributes GH PR #79: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/79
-rw-r--r-- | src/app-indicator.symbols | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app-indicator.symbols b/src/app-indicator.symbols index 6d1cf35..1e4e6dd 100644 --- a/src/app-indicator.symbols +++ b/src/app-indicator.symbols @@ -1,6 +1,6 @@ { global: app_indicator_*; local: _notification_*; - _generate_; - _application_; + _generate_id; + _application_service_marshal_*; }; |