Fix g type check instance is fundamentally a: Difference between revisions

From Computers Wiki
Jump to navigationJump to search
(Create page)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Lowercase title}}

Seeing <code>g_type_check_instance_is_fundamentally_a ()</code> appear in a GTK 3 related crash, with no apparent link to your code other than the method that started the GTK event loop? Check if a callback method that gets called before the crash is defined with an incorrect number of parameters.
Seeing <code>g_type_check_instance_is_fundamentally_a ()</code> appear in a GTK 3 related crash, with no apparent link to your code other than the method that started the GTK event loop? Check if a callback method that gets called before the crash is defined with an incorrect number of parameters.

[[Category:Guides]]

Latest revision as of 05:03, 6 March 2023

Seeing g_type_check_instance_is_fundamentally_a () appear in a GTK 3 related crash, with no apparent link to your code other than the method that started the GTK event loop? Check if a callback method that gets called before the crash is defined with an incorrect number of parameters.