diff options
Diffstat (limited to 'fake_packages/Gtk2.pm')
-rw-r--r-- | fake_packages/Gtk2.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fake_packages/Gtk2.pm b/fake_packages/Gtk2.pm index a2992ea..53305b2 100644 --- a/fake_packages/Gtk2.pm +++ b/fake_packages/Gtk2.pm @@ -15,7 +15,6 @@ sub disable_setlocale { my ($_class) = @_ } sub dl_load_flags() {} sub draw_insertion_cursor { my ($_class, $_widget, $_drawable, $_area, $_location, $_is_primary, $_direction, $_draw_arrow) = @_ } sub events_pending { my ($_class) = @_ } -sub exit { my ($_error_code) = @_ } sub get_current_event { my ($_class) = @_ } sub get_current_event_state { my ($_class) = @_ } sub get_current_event_time { my ($_class) = @_ } @@ -3192,7 +3191,7 @@ sub FETCHSIZE() {} sub POP() {} sub PUSH() {} sub SHIFT() {} -sub SPLICE { my ($_o_list) = @_ } +sub SPLICE { my (@_more_paras) = @_ } sub STORE() {} sub STORESIZE() {} sub TIEARRAY() {} |