From ccb342a04165847e3721438041521a4ce64eda30 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 Mar 2012 20:12:05 +0000 Subject: update fake packages with function expecting any number of arguments (reduce perl_checker SNR) --- fake_packages/Gtk2/Html2.pm | 4 ++++ fake_packages/Gtk2/NotificationBubble.pm | 1 + fake_packages/Gtk2/Notify.pm | 2 ++ fake_packages/Gtk2/Sexy.pm | 4 ++++ 4 files changed, 11 insertions(+) (limited to 'fake_packages/Gtk2') diff --git a/fake_packages/Gtk2/Html2.pm b/fake_packages/Gtk2/Html2.pm index 81be0c7..7961649 100644 --- a/fake_packages/Gtk2/Html2.pm +++ b/fake_packages/Gtk2/Html2.pm @@ -1,4 +1,8 @@ +package Gtk2::Html2; +our @ISA = qw(); +sub dl_load_flags() {} + package Gtk2::Html2::Context; our @ISA = qw(); sub get { my ($_class) = @_ } diff --git a/fake_packages/Gtk2/NotificationBubble.pm b/fake_packages/Gtk2/NotificationBubble.pm index 4977c6c..cb0fd16 100644 --- a/fake_packages/Gtk2/NotificationBubble.pm +++ b/fake_packages/Gtk2/NotificationBubble.pm @@ -2,6 +2,7 @@ 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) = @_ } diff --git a/fake_packages/Gtk2/Notify.pm b/fake_packages/Gtk2/Notify.pm index 8dfe2bf..ce5a3a8 100644 --- a/fake_packages/Gtk2/Notify.pm +++ b/fake_packages/Gtk2/Notify.pm @@ -7,9 +7,11 @@ sub attach_to_widget { my ($_notification, $_attach) = @_ } sub clear_actions { my ($_notification) = @_ } sub clear_hints { my ($_notification) = @_ } sub close { my ($_notification) = @_ } +sub dl_load_flags() {} sub get_app_name { my ($_class) = @_ } sub get_server_caps { my ($_class) = @_ } sub get_server_info { my ($_class) = @_ } +sub import() {} sub init { my ($_class, $_app_name) = @_ } sub is_initted { my ($_class) = @_ } sub new { my ($_class, $_summary, $_o_body, $_o_icon, $_o_attach) = @_ } diff --git a/fake_packages/Gtk2/Sexy.pm b/fake_packages/Gtk2/Sexy.pm index daa40fd..2d70c32 100644 --- a/fake_packages/Gtk2/Sexy.pm +++ b/fake_packages/Gtk2/Sexy.pm @@ -1,4 +1,8 @@ +package Gtk2::Sexy; +our @ISA = qw(); +sub dl_load_flags() {} + package Gtk2::Sexy::IconEntry; our @ISA = qw(); sub add_clear_button { my ($_entry) = @_ } -- cgit v1.2.1