From: <jo...@so...> - 2005-03-11 17:23:17
|
On Wed, 09 Mar 2005 21:18:45 +0100, Dennis Smit <sy...@yo...> wrote: > visual_object_destroy ( ( VisObject ) actor ) ; > The visual_object_destroy (...) function works on all obje > > Please should use visual_object_unref (VISUAL_OBJECT (actor)); Fixed, new version attached. > I'd love to have the LaTeX source btw :), and could you tell me how > converting to docbook is done ? I don't know docbook, but I assume you know it since you wanted docbook. I don't think converting it will be a problem either way. Latex is very verbose, and I haven't used anything fancy so anyone should be able to figure it out. (Just notice that I've created some macros/special commands at the top that prints 'actor', 'video', 'input' and 'bin' in inline-codestyle.) I've added the Latex source to the package. > Anyway it's a very good start, I am seriously very happy with it! Glad to hear that. I've also added a short BSD-like license to the example.c file, just to keep things straight. Feel free to upload the things on your SF website, I don't really have anywhere to host it, so ... Unless there's more you'd want me to change? Best, Jon Øyvind |