summaryrefslogtreecommitdiffstats
path: root/perl_checker_fake_packages/gen.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl_checker_fake_packages/gen.pl')
-rwxr-xr-xperl_checker_fake_packages/gen.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker_fake_packages/gen.pl b/perl_checker_fake_packages/gen.pl
index 4aa0708..9e5c364 100755
--- a/perl_checker_fake_packages/gen.pl
+++ b/perl_checker_fake_packages/gen.pl
@@ -41,6 +41,7 @@ sub gtk2 {
[ 'modal', ' { my ($_window, $o_bool) = @_ }' ],
[ 'resizable', ' { my ($_window, $o_bool) = @_ }' ],
[ 'window_position', ' { my ($_window, $o_pos) = @_ }' ],
+ [ 'expand_to_path', ' { my ($_treeview, $_path) = @_ }' ],
);
my @added_subroutines;
my $add = sub {