diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | fake_packages/Gtk3/Notify.pm | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- Fake packages: + o Sync Gtk3::Notify fake package with libnotify-0.8.1 + Version 1.2.43 - 29 March 2022, by Thierry Vignaud - fake packages: diff --git a/fake_packages/Gtk3/Notify.pm b/fake_packages/Gtk3/Notify.pm index 73611c9..a1b7dd3 100644 --- a/fake_packages/Gtk3/Notify.pm +++ b/fake_packages/Gtk3/Notify.pm @@ -17,6 +17,7 @@ sub add_action { } sub clear_actions { } sub clear_hints { } sub close { } +sub get_activation_token { } sub get_closed_reason { } sub new { } sub set_app_name { } |