From b6ef301639090bf5de8e49437d1dac34e7f7c16d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 17 Sep 2016 20:16:23 +0200 Subject: list a cople missing Gtk3 'new' methods thus increasing SNR in eg: rpmdrake, userdrake --- NEWS | 2 ++ fake_packages/Gtk3.pm | 3 +++ 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 77782f2..fb4e8d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- list more Gtk3 methods, thus increasing SNR + Version 1.2.29 - 16 September 2016, by Thierry Vignaud - blacklist the usual (module) suspects diff --git a/fake_packages/Gtk3.pm b/fake_packages/Gtk3.pm index 839eaee..3dcde11 100644 --- a/fake_packages/Gtk3.pm +++ b/fake_packages/Gtk3.pm @@ -540,6 +540,7 @@ sub get_relief { } sub get_use_stock { } sub get_use_underline { } sub leave { } +sub new { } sub new_from_icon_name { } sub new_from_stock { } sub new_with_label { } @@ -741,6 +742,7 @@ sub set_fit_model { } sub set_model { } package Gtk3::CheckButton; +sub new { } sub new_with_label { } sub new_with_mnemonic { } @@ -2156,6 +2158,7 @@ sub join_group { } package Gtk3::RadioMenuItem; sub get_group { } +sub new_with_label { } package Gtk3::RadioToolButton; sub get_group { } -- cgit v1.2.1