gmmproc leaves _CONVERT macros
- From: Greg Haynes <greg greghaynes net>
- To: gtkmm-list gnome org
- Subject: gmmproc leaves _CONVERT macros
- Date: Fri, 30 May 2008 20:07:38 -0700
Hi,
I am trying to wrap a library (libinfinity) using gmmproc. I dont get
any command line errors but _CONVERT macros are left in my .cc code that
keep it from compiling. Can anyone explain the significance of this?
Heres is some sample code:
_WRAP_METHOD(void watch(NativeSocket *, Event, IoFunction, void *, Glib::Object::DestroyNotify), inf_io_watch)
-YIELDS-
void Io::watch(int* p1, Event p2, IoFunction p3, void * p4, Glib::Object::DestroyNotify p5)
{
inf_io_watch(gobj(), _CONVERT(int*,InfNativeSocket*,p1,0), _CONVERT(Event,InfIoEvent,p2,0), _CONVERT(IoFunction,InfIoFunc,p3,0), _CONVERT(void*,gpointer,p4,0), _CONVERT(Glib::Object::DestroyNotify,GDestro yNotify,p5,0));
}
Cheers.
--
Gregory Haynes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]