summaryrefslogtreecommitdiffstats
path: root/fake_packages/Gtk2/NotificationBubble.pm
blob: cb0fd164f99b38e2e23f4c981da63e3fbc71bfef (plain)
1
2
3
4
5
6
7
8
9
10

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) = @_ }
sub set { my ($_bubble, $_notification_header, $_icon, $_notification_body) = @_ }
sub show { my ($_bubble, $_timeout) = @_ }