diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 02:31:36 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 02:32:54 +0200 |
commit | 096a8ca16571519c77eabe30cc8f50c570837065 (patch) | |
tree | c2dadb1269817f97eb7d3522adacab679f3344aa /fake_packages/Gtk2/Notify.pm | |
parent | 2ac973a00808fda8ad846e18416d4f6f31eff91c (diff) | |
download | perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar.gz perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar.bz2 perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.tar.xz perl_checker-096a8ca16571519c77eabe30cc8f50c570837065.zip |
kill fake packages for unused Gtk2 modules
Diffstat (limited to 'fake_packages/Gtk2/Notify.pm')
-rw-r--r-- | fake_packages/Gtk2/Notify.pm | 32 |
1 files changed, 0 insertions, 32 deletions
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) = @_ } |