summaryrefslogtreecommitdiffstats
path: root/fake_packages/Gtk2/NotificationBubble.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fake_packages/Gtk2/NotificationBubble.pm')
-rw-r--r--fake_packages/Gtk2/NotificationBubble.pm9
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) = @_ }