Re: Deprecated calls in libzvt



On Tue, 2002-02-05 at 09:24, Deepa wrote:
> Hi
> 
> I have removed the deprecated GTK/GDK calls in libzvt. I have not changed
> GdkFont. Attached is the patch for the same.

a few things to fix:

    you remove zvt_term_destroy(), but do not put that code back in
    anywhere, so it will leak etc.
    
    on g_signal_emit* functions, they take gpointer and not GObject *,
    so you do not have to do the type cast.
    
    you should use ZVT_TYPE_TERM instead of zvt_term_get_type()

jacob
-- 
"In fact, can you imagine anything more terrifying than a zombie clown?"
	-- moby



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