diff options
| author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-09-21 21:19:52 +0200 | 
|---|---|---|
| committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-09-21 21:30:41 +0200 | 
| commit | 8948114b67a0e90806cb796bae43feb0789a93e5 (patch) | |
| tree | 772f49178a8a4983c15ead7d84f570d3caa9fb7e | |
| parent | b6ef301639090bf5de8e49437d1dac34e7f7c16d (diff) | |
| download | perl_checker-8948114b67a0e90806cb796bae43feb0789a93e5.tar perl_checker-8948114b67a0e90806cb796bae43feb0789a93e5.tar.gz perl_checker-8948114b67a0e90806cb796bae43feb0789a93e5.tar.bz2 perl_checker-8948114b67a0e90806cb796bae43feb0789a93e5.tar.xz perl_checker-8948114b67a0e90806cb796bae43feb0789a93e5.zip | |
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...
| -rw-r--r-- | fake_packages/Gtk3.pm | 7 | 
1 files changed, 7 insertions, 0 deletions
| 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 { } | 
