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) = @_ }