Re: binding how-to



muppet <scott asofyet org> writes:

and and all feedback appreciated.

Seems really nice!

Seems that there is a minor typo here:

  #define SvMupFrobFlags(sv)   (gperl_convert_flags (MUP_TYPE_FROB_FLAGS, (sv))
  #define newSVMupFrobFlags(e)   (gperl_convert_back_enum (MUP_TYPE_FROB_FLAGS, (e)) 

--> should probably be -->

  #define SvMupFrobFlags(sv)   (gperl_convert_flags (MUP_TYPE_FROB_FLAGS, (sv))
  #define newSVMupFrobFlags(e)   (gperl_convert_back_flags (MUP_TYPE_FROB_FLAGS, (e)) 


meaning that nobody owns the it.

--> ?

meaning that nobody owns it.


and then ``sinks'' the it.

--> ?

and then ``sinks'' it.



-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]