diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-16 20:12:05 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-16 20:12:05 +0000 |
commit | ccb342a04165847e3721438041521a4ce64eda30 (patch) | |
tree | e3777d8635ec1917ea93177d00bcb4fefb9f8e79 /fake_packages/Gtk2 | |
parent | 233e7cb1e9b215df6b3daa07222bde80ba89b7cf (diff) | |
download | perl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar perl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar.gz perl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar.bz2 perl_checker-ccb342a04165847e3721438041521a4ce64eda30.tar.xz perl_checker-ccb342a04165847e3721438041521a4ce64eda30.zip |
update fake packages with function expecting any number of arguments (reduce perl_checker SNR)
Diffstat (limited to 'fake_packages/Gtk2')
-rw-r--r-- | fake_packages/Gtk2/Html2.pm | 4 | ||||
-rw-r--r-- | fake_packages/Gtk2/NotificationBubble.pm | 1 | ||||
-rw-r--r-- | fake_packages/Gtk2/Notify.pm | 2 | ||||
-rw-r--r-- | fake_packages/Gtk2/Sexy.pm | 4 |
4 files changed, 11 insertions, 0 deletions
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) = @_ } |