summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-11-04 23:06:53 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-11-06 14:16:10 +0100
commitb6cd2d874e946f328333ffc2ce25691ad990cf06 (patch)
tree0e8d00cacf0d1d2f8745debe417b09396607f61d
parent4797597bbb414a00f77c9bbcac281f8a0cbf4d02 (diff)
downloadperl_checker-b6cd2d874e946f328333ffc2ce25691ad990cf06.tar
perl_checker-b6cd2d874e946f328333ffc2ce25691ad990cf06.tar.gz
perl_checker-b6cd2d874e946f328333ffc2ce25691ad990cf06.tar.bz2
perl_checker-b6cd2d874e946f328333ffc2ce25691ad990cf06.tar.xz
perl_checker-b6cd2d874e946f328333ffc2ce25691ad990cf06.zip
add Notify
for those not wanting to use perl-Gtk3-Notify
-rw-r--r--fake_packages/Notify.pm41
1 files changed, 41 insertions, 0 deletions
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 { }
+