summaryrefslogtreecommitdiffstats
path: root/fake_packages/Gtk2/NotificationBubble.pm
blob: 4977c6c2b0ff3fb22f935b82bd86e1866b57fc90 (plain)
1
2
3
4
5
6
7
8
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) = @_ }