From b6cd2d874e946f328333ffc2ce25691ad990cf06 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 4 Nov 2016 23:06:53 +0100 Subject: add Notify for those not wanting to use perl-Gtk3-Notify --- fake_packages/Notify.pm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 fake_packages/Notify.pm diff --git a/fake_packages/Notify.pm b/fake_packages/Notify.pm new file mode 100644 index 0000000..93a1105 --- /dev/null +++ b/fake_packages/Notify.pm @@ -0,0 +1,41 @@ +package Notify; +sub EXPIRES_DEFAULT { } +sub EXPIRES_NEVER { } +sub VERSION_MAJOR { } +sub VERSION_MICRO { } +sub VERSION_MINOR { } +sub get_app_name { } +sub get_server_caps { } +sub get_server_info { } +sub init { } +sub is_initted { } +sub set_app_name { } +sub uninit { } + +package Notify::Notification; +sub add_action { } +sub clear_actions { } +sub clear_hints { } +sub close { } +sub get_closed_reason { } +sub new { } +sub set_app_name { } +sub set_category { } +sub set_hint { } +sub set_hint_byte { } +sub set_hint_byte_array { } +sub set_hint_double { } +sub set_hint_int32 { } +sub set_hint_string { } +sub set_hint_uint32 { } +sub set_icon_from_pixbuf { } +sub set_image_from_pixbuf { } +sub set_timeout { } +sub set_urgency { } +sub show { } +sub update { } + +package Notify::NotificationClass; +sub closed { } +sub parent_class { } + -- cgit v1.2.1