gboolean g_base_info_equal GIBaseInfo* info2 g_base_info_equal gboolean g_base_info_equal (GIBaseInfo* info2);

Compare two GIBaseInfo.

Using pointer comparison is not practical since many functions return different instances of GIBaseInfo that refers to the same part of the TypeLib; use this function instead to do GIBaseInfo comparisons.