Re: [Re: [gtkmm] Re: [gnomemm] Problems with Gst::Object]



Am Don, 2002-09-19 um 18.22 schrieb Murray Cumming:
> Christian Meyer <chrisime uni de> wrote:
> > I asked the gstreamer people and checked gstobject.h myself:
> > # define GST_OBJECT(obj)               
> > (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_OBJECT, GstObject))
> > #define GST_OBJECT_CAST(obj)            ((GstObject*)(obj))
> > # define GST_OBJECT                     GST_OBJECT_CAST
> > 
> > So everything seems ok.
> > Seems like I'm missing something :*(
> 
> Again, it's not clear what you are trying to tell us.
> 
> Do you mean that there _is_ a GTK_OBJECT macro, but that it just wasn't on the
> documentation page?

I'm not talking about a gtk+ macro. I'm talking about a gstreamer macro,
the one which i showed you.
 
> And do you mean that you still have some problem? If so, please tell us what
> the problem is.

My problem is, that I don't know what's wrong about my wrapper.
I'm going to have a look at the AtkObject, maybe it'll help me to
understand how to write a wrapper (well, it's the first time I'm writing
one and thus I don't know how it has to be done).

Is it still not clear what I mean?

Greetings,
Christian




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]