From 8948114b67a0e90806cb796bae43feb0789a93e5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 21 Sep 2016 21:19:52 +0200 Subject: more Gtk3 functions thus increasing perl_checker SNR on drakx I really should resurect my Glib::Object::Introspection patch in order to generate fake introspection packages... --- fake_packages/Gtk3.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'fake_packages') diff --git a/fake_packages/Gtk3.pm b/fake_packages/Gtk3.pm index 3dcde11..53d02e4 100644 --- a/fake_packages/Gtk3.pm +++ b/fake_packages/Gtk3.pm @@ -38,6 +38,7 @@ sub drag_set_icon_stock { } sub drag_set_icon_surface { } sub drag_set_icon_widget { } sub draw_insertion_cursor { } +sub enable_exceptions { } sub events_pending { } sub false { } sub file_chooser_error_quark { } @@ -1559,6 +1560,7 @@ sub new_from_animation { } sub new_from_file { } sub new_from_pixbuf { } sub new_from_resource { } +sub new_from_stock { } sub new_from_surface { } sub set_from_animation { } sub set_from_file { } @@ -2000,6 +2002,10 @@ sub get_socket_window { } sub new { } sub new_for_display { } +package Gtk3::Popover; +sub new { } +sub set_relative_to { } + package Gtk3::PrintContext; sub create_pango_context { } sub create_pango_layout { } @@ -2155,6 +2161,7 @@ sub set_current_value { } package Gtk3::RadioButton; sub get_group { } sub join_group { } +sub new_with_label_from_widget { } package Gtk3::RadioMenuItem; sub get_group { } -- cgit v1.2.1