GST SDL Bindings

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

GST SDL Bindings

Brad Watson
I humbly submit the following for consideration.

Kind regards,

Brad Watson




 
____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

=?utf-8?q?gstsdl.tar.gz?= (38K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: GST SDL Bindings

S11001001
> Object subclass: #SdlVideo
> ...
>     category: 'SdlVideo Wrapper'! !
>
> Object subclass: #SdlThread
> ...
>     category: 'SdlThread Wrapper'! !

Perhaps these etc. could be merged into a single category?

> imgLoadTypedRW: aCobject0 freeSrc: aInt1 type: aString2

Out of curiosity, why do the cCall method names all start with type
prefixes?

--
Stephen Compall
http://scompall.nocandysw.com/blog

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (196 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Re: GST SDL Bindings

Brad Watson
In reply to this post by Brad Watson
Stephen,


The method names were initially generated by swig: swig "camel-cased" the c delclaration in the SDL header files to generate the method-names.  

I agree that they could be merged.  I kept them a part for now with the thought it might keep debugging simpler (and make it easier to remove parts if some of the libraries are not installed.)

Kind regards,

Brad Watson

----- Original Message ----
From: Stephen Compall <[hidden email]>
To: [hidden email]
Sent: Sunday, December 10, 2006 4:27:38 PM
Subject: [Help-smalltalk] Re: GST SDL Bindings

> Object subclass: #SdlVideo
> ...
>     category: 'SdlVideo Wrapper'! !
>
> Object subclass: #SdlThread
> ...
>     category: 'SdlThread Wrapper'! !

Perhaps these etc. could be merged into a single category?

> imgLoadTypedRW: aCobject0 freeSrc: aInt1 type: aString2

Out of curiosity, why do the cCall method names all start with type
prefixes?

--
Stephen Compall
http://scompall.nocandysw.com/blog

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk





 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk