Re: no more GTK_CHECK_CAST in newly written code?

2002-05-01 Thread Sven Neumann
Hi, myself wrote: I don't think it makes sense to introduce things like GST_TYPE_PARANOID to switch expensive type-checking casts on and off since the same effect can be achieved by using G_DISABLE_CHECKS as provided by Glib. I meant to write G_DISABLE_CAST_CHECKS of course. Salut, Sven

Re: no more GTK_CHECK_CAST in newly written code?

2002-04-30 Thread Sven Neumann
Hi, Kang Jeong-Hee [EMAIL PROTECTED] writes: I've found gtktypeutils.h define GTK_CHECK_CAST with comment of /* glib macro wrappers (compatibility) */. is that meaning I'd better not to use SOME_CHECK_CAST, but to use directly G_TYPE_CHECK_INSTANCE_CAST? for example, GStreamer do

no more GTK_CHECK_CAST in newly written code?

2002-04-29 Thread Kang Jeong-Hee
I've found gtktypeutils.h define GTK_CHECK_CAST with comment of /* glib macro wrappers (compatibility) */. is that meaning I'd better not to use SOME_CHECK_CAST, but to use directly G_TYPE_CHECK_INSTANCE_CAST? for example, GStreamer do not use GST_CHECK_CAST, refer directly to