From 096a8ca16571519c77eabe30cc8f50c570837065 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 29 Apr 2020 02:31:36 +0200 Subject: kill fake packages for unused Gtk2 modules --- fake_packages/Gtk2/Notify.pm | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 fake_packages/Gtk2/Notify.pm (limited to 'fake_packages/Gtk2/Notify.pm') diff --git a/fake_packages/Gtk2/Notify.pm b/fake_packages/Gtk2/Notify.pm deleted file mode 100644 index ce5a3a8..0000000 --- a/fake_packages/Gtk2/Notify.pm +++ /dev/null @@ -1,32 +0,0 @@ - -package Gtk2::Notify; -our @ISA = qw(); -sub add_action { my ($_notification, $_action, $_label, $_callback, $_o_userdata) = @_ } -sub attach_to_status_icon { my ($_notification, $_status_icon) = @_ } -sub attach_to_widget { my ($_notification, $_attach) = @_ } -sub clear_actions { my ($_notification) = @_ } -sub clear_hints { my ($_notification) = @_ } -sub close { my ($_notification) = @_ } -sub dl_load_flags() {} -sub get_app_name { my ($_class) = @_ } -sub get_server_caps { my ($_class) = @_ } -sub get_server_info { my ($_class) = @_ } -sub import() {} -sub init { my ($_class, $_app_name) = @_ } -sub is_initted { my ($_class) = @_ } -sub new { my ($_class, $_summary, $_o_body, $_o_icon, $_o_attach) = @_ } -sub new_with_status_icon { my ($_class, $_summary, $_o_body, $_o_icon, $_o_status_icon) = @_ } -sub set_category { my ($_notification, $_category) = @_ } -sub set_geometry_hints { my ($_notification, $_screen, $_x, $_y) = @_ } -sub set_hint { my ($_notification, $_key, $_value) = @_ } -sub set_hint_byte { my ($_notification, $_key, $_value) = @_ } -sub set_hint_byte_array { my ($_notification, $_key, $_value) = @_ } -sub set_hint_double { my ($_notification, $_key, $_value) = @_ } -sub set_hint_int32 { my ($_notification, $_key, $_value) = @_ } -sub set_hint_string { my ($_notification, $_key, $_value) = @_ } -sub set_icon_from_pixbuf { my ($_notification, $_icon) = @_ } -sub set_timeout { my ($_notification, $_timeout) = @_ } -sub set_urgency { my ($_notification, $_urgency) = @_ } -sub show { my ($_notification) = @_ } -sub uninit { my ($_class) = @_ } -sub update { my ($_notification, $_summary, $_o_message, $_o_icon) = @_ } -- cgit v1.2.1