From 77448a532e21983b65664e33525d18e76f41e348 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Print signatures next to functions in the bindings. --- libvirt/generator.pl | 7 + libvirt/libvirt_c.c | 388 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 395 insertions(+) diff --git a/libvirt/generator.pl b/libvirt/generator.pl index 63de30e..ad2069f 100755 --- a/libvirt/generator.pl +++ b/libvirt/generator.pl @@ -884,6 +884,13 @@ foreach my $function (@functions) { die "cannot convert c_name $c_name to c_external_name" } + print F <