Hi,

I want to specify more than one prototype with AUTOWRAP enabled but so
far each way I�ve tried I only get one output to the .xs file

ie this works

use Inline C => Config => ENABLE => �AUTOWRAP�;
use Inline C => "GtkWidget * create_window3D ();";

but this

use Inline C => Config => ENABLE => �AUTOWRAP�;
use Inline C => ("GtkWidget * create_window3D ();","GtkWidget *
lookup_widget(GtkWidget * widget,const gchar * widget_name);");



results in an xs file that looks like:


GtkWidget * create_window3D ();GtkWidget * lookup_widget(GtkWidget *
widget,const gchar * widget_name);


MODULE = IVT::C PACKAGE = IVT::C

PROTOTYPES: DISABLE

GtkWidget *
create_window3D ()



I�ve tried several variations and haven�t stumbled over the right one
yet, can you help?

Thanks,
Jim

Reply via email to