diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 15:16:22 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 15:16:22 +0000 |
commit | f37d7371879e2b1e2d923ec12762430b3d1937fc (patch) | |
tree | 28155bfc9dca9815ac7e8c7599130a15b1d2cb1b /fake_packages/Gtk2/NotificationBubble.pm | |
parent | be4fff49f0164e606d4b2f76f64d4d108895f236 (diff) | |
download | perl_checker-f37d7371879e2b1e2d923ec12762430b3d1937fc.tar perl_checker-f37d7371879e2b1e2d923ec12762430b3d1937fc.tar.gz perl_checker-f37d7371879e2b1e2d923ec12762430b3d1937fc.tar.bz2 perl_checker-f37d7371879e2b1e2d923ec12762430b3d1937fc.tar.xz perl_checker-f37d7371879e2b1e2d923ec12762430b3d1937fc.zip |
Diffstat (limited to 'fake_packages/Gtk2/NotificationBubble.pm')
-rw-r--r-- | fake_packages/Gtk2/NotificationBubble.pm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fake_packages/Gtk2/NotificationBubble.pm b/fake_packages/Gtk2/NotificationBubble.pm new file mode 100644 index 0000000..4977c6c --- /dev/null +++ b/fake_packages/Gtk2/NotificationBubble.pm @@ -0,0 +1,9 @@ + +package Gtk2::NotificationBubble; +our @ISA = qw(); +sub attach { my ($_bubble, $_widget) = @_ } +sub force_window { my ($_bubble) = @_ } +sub hide { my ($_bubble) = @_ } +sub new { my ($_class) = @_ } +sub set { my ($_bubble, $_notification_header, $_icon, $_notification_body) = @_ } +sub show { my ($_bubble, $_timeout) = @_ } |