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
|
struct _GtkIMContextClass
|
||||||
{
|
{
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
/* Yes, this should be GObjectClass, be we can't fix it without breaking
|
GObjectClass parent_class;
|
||||||
* binary compatibility - see bug #90935
|
|
||||||
*/
|
|
||||||
GtkObjectClass parent_class;
|
|
||||||
|
|
||||||
/*< public >*/
|
/*< public >*/
|
||||||
/* Signals */
|
/* Signals */
|
||||||
|
Loading…
Reference in New Issue
Block a user