Hi,

I'm trying to return a string from a Gtk entry widget. I have the external function declared as:

char *gtk_entry_get_text(GtkEntry *entry);

When I call it with a pointer to my entry widget I get a "not a pointer" error.

Can anyone explain how this works. I return int and and widget pointers with no problem. How do
c-strings get converted to scheme strings?

Thanks,

Bill


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to