Displaying 2 results from an estimated 2 matches for "libshout_init".
2004 Aug 06
2
libshout API change needed?
(I think this may have come up before and then gotten dropped.)
libshout may need two additional API methods: libshout_init and
libshout_shutdown.
libshout itself currently has no use for these functions, but they
would be used to call the init and shutdown hooks in the net
library. When this library is built with thread support, it uses these
hooks to create and destroy a library-wide mutex.
I'd prefer to avoid a...
2004 Aug 06
0
libshout API change needed?
On Wednesday 02 July 2003 08:33, Brendan Cully wrote:
> (I think this may have come up before and then gotten dropped.)
>
> libshout may need two additional API methods: libshout_init and
> libshout_shutdown.
>
> libshout itself currently has no use for these functions, but they
> would be used to call the init and shutdown hooks in the net
> library. When this library is built with thread support, it uses these
> hooks to create and destroy a library-wide mute...