GNOME Bugzilla – Bug 740278
'atk_misc_get_type' is deprecated
Last modified: 2015-02-27 16:57:31 UTC
Found at: jawutil.c:879:1 jawutil.c:884:2 jawutil.c:890:2 jawutil.c:891:2 Not sure what best to replace it with.
It seems that jawutil has a implementation of AtkMisc. But the implementation has a dummy (empty) implementation for all the methods: jaw_misc_init, jaw_misc_threads_enter and jaw_misc_threads_leave does nothing. Additionally, that interface and those methods are not used on the code at all. So, what about just remove it?
(In reply to comment #1) > It seems that jawutil has a implementation of AtkMisc. But the implementation > has a dummy (empty) implementation for all the methods: jaw_misc_init, > jaw_misc_threads_enter and jaw_misc_threads_leave does nothing. > > Additionally, that interface and those methods are not used on the code at all. > > So, what about just remove it? This seems like a sensible plan if the interface isn't being used. I'll look into removing any other AtkMisc references too in that case, if this also makes sense?
Created attachment 290876 [details] [review] Patch to address problem I think this addresses the problem but I'll leave it open, just in case I misinterpreted.
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]