summaryrefslogtreecommitdiffstats
path: root/fake_packages/Gtk2/NotificationBubble.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-16 20:12:05 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-16 20:12:05 +0000
commitccb342a04165847e3721438041521a4ce64eda30 (patch)
treee3777d8635ec1917ea93177d00bcb4fefb9f8e79 /fake_packages/Gtk2/NotificationBubble.pm
parent233e7cb1e9b215df6b3daa07222bde80ba89b7cf (diff)
downloadperl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar
perl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar.gz
perl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar.bz2
perl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar.xz
perl_checker-ccb342a04165847e3721438041521a4ce64eda30.zip
update fake packages with function expecting any number of arguments (reduce perl_checker SNR)
Diffstat (limited to 'fake_packages/Gtk2/NotificationBubble.pm')
-rw-r--r--fake_packages/Gtk2/NotificationBubble.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/fake_packages/Gtk2/NotificationBubble.pm b/fake_packages/Gtk2/NotificationBubble.pm
index 4977c6c..cb0fd16 100644
--- a/fake_packages/Gtk2/NotificationBubble.pm
+++ b/fake_packages/Gtk2/NotificationBubble.pm
@@ -2,6 +2,7 @@
package Gtk2::NotificationBubble;
our @ISA = qw();
sub attach { my ($_bubble, $_widget) = @_ }
+sub dl_load_flags() {}
sub force_window { my ($_bubble) = @_ }
sub hide { my ($_bubble) = @_ }
sub new { my ($_class) = @_ }