mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
Fix GtkIMContextClass inheritance
Should be GObjectClass instead GtkObjectClass Fixes https://bugzilla.gnome.org/show_bug.cgi?id=90935
This commit is contained in:
parent
8b2108a8a4
commit
e15e37b6ce
@ -50,10 +50,7 @@ struct _GtkIMContext
|
||||
struct _GtkIMContextClass
|
||||
{
|
||||
/*< private >*/
|
||||
/* Yes, this should be GObjectClass, be we can't fix it without breaking
|
||||
* binary compatibility - see bug #90935
|
||||
*/
|
||||
GtkObjectClass parent_class;
|
||||
GObjectClass parent_class;
|
||||
|
||||
/*< public >*/
|
||||
/* Signals */
|
||||
|
Loading…
Reference in New Issue
Block a user