On Thu, 2007-06-21 at 17:45 +0200, Milosz Derezynski wrote:
[snip]
> 
> Now there is another problem. I end up with literal _CONVERT macros
> inside the code which to my understanding should be post-processed
> again (it seems like it's a 2-stage thing where it picks up code,
> creates _CONVERT macros, which are then processed again). 
> 
> But, the code still contains stuff like (i've prepended the namespace
> here, since it's Gst::Object, not Glib::Object, just making sure..):
> 
> <code>
> bool Gst::Object::set_name(const Glib::ustring& name) 
> {
>   return
> _CONVERT(gboolean,bool,gst_object_set_name`'(ifelse(`',1,const_cast<__CNAME__*>(gobj()),gobj())`'ifelse(`_CONVERT(const
>  Glib::ustring&,gchar*,name,0)',,,`, ')_CONVERT(const 
> Glib::ustring&,gchar*,name,0))); 
> }
> </code>
[snip]

If you check in your changes so far, maybe I can take a look.

-- 
Murray Cumming
[EMAIL PROTECTED]
www.murrayc.com
www.openismus.com

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to