Re: embedding G-I into apps

2008-09-11 Thread Andrew W. Nosenko
On Wed, Sep 10, 2008 at 11:18 PM, Colin Walters [EMAIL PROTECTED] wrote: On Wed, Sep 10, 2008 at 3:58 PM, Stefan Kost [EMAIL PROTECTED] wrote: I ususally use a libtool convinience library that has everything except main() and the option parsing. Then I can link my unit tests to this and can

Re: embedding G-I into apps

2008-09-10 Thread Johan Dahlin
Colin Walters wrote: (Using this list for gobject-introspection development for now, probably ignore if you're not jdahlin =)) I was looking a bit today about applying our shiny new introspection tool to Totem, with an eye to eliminating the manual binding infrastructure, and more generally

Re: embedding G-I into apps

2008-09-10 Thread Yu Feng
Is it possible to make use of GTK_MODULES/ --gtk-modules ? On Wed, 2008-09-10 at 13:59 +0200, Johan Dahlin wrote: Colin Walters wrote: (Using this list for gobject-introspection development for now, probably ignore if you're not jdahlin =)) I was looking a bit today about applying our

Re: embedding G-I into apps

2008-09-10 Thread Colin Walters
On Wed, Sep 10, 2008 at 7:59 AM, Johan Dahlin [EMAIL PROTECTED] wrote: I would rather do it the other way around, by creating C bindings for the scanner, so you could do: scanner = gi_scanner_new () gi_scanner_set_namespace (scanner, totem); gi_scanner_add_sources (scanner, totem-menu.h,

Re: embedding G-I into apps

2008-09-10 Thread Stefan Kost
Hi, Johan Dahlin schrieb: Colin Walters wrote: (Using this list for gobject-introspection development for now, probably ignore if you're not jdahlin =)) I was looking a bit today about applying our shiny new introspection tool to Totem, with an eye to eliminating the manual binding

Re: embedding G-I into apps

2008-09-10 Thread Colin Walters
On Wed, Sep 10, 2008 at 3:58 PM, Stefan Kost [EMAIL PROTECTED] wrote: I ususally use a libtool convinience library that has everything except main() and the option parsing. Then I can link my unit tests to this and can also use it for gtk-doc (yes I document my app classes too). The scanner

embedding G-I into apps

2008-09-09 Thread Colin Walters
(Using this list for gobject-introspection development for now, probably ignore if you're not jdahlin =)) I was looking a bit today about applying our shiny new introspection tool to Totem, with an eye to eliminating the manual binding infrastructure, and more generally figure out how existing C