un Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>

* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
        structure to have GObject not GtkObject as
        parent_instance. (Jeff Franks.)
This commit is contained in:
Owen Taylor 2001-10-28 14:17:49 +00:00
parent 60794564c4
commit 1b6f92f885
8 changed files with 43 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Sun Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkinput.c: Typo fix.

View File

@ -1,3 +1,9 @@
Sun Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkinput.c: Typo fix.

View File

@ -1,3 +1,9 @@
Sun Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkinput.c: Typo fix.

View File

@ -1,3 +1,9 @@
Sun Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkinput.c: Typo fix.

View File

@ -1,3 +1,9 @@
Sun Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkinput.c: Typo fix.

View File

@ -1,3 +1,9 @@
Sun Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkinput.c: Typo fix.

View File

@ -1,3 +1,9 @@
Sun Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
structure to have GObject not GtkObject as
parent_instance. (Jeff Franks.)
2001-10-27 Matthias Clasen <matthiasc@poet.de>
* gdk/x11/gdkinput.c: Typo fix.

View File

@ -42,7 +42,7 @@ typedef struct _GtkIMContextClass GtkIMContextClass;
struct _GtkIMContext
{
GtkObject object;
GObject parent_instance;
};
struct _GtkIMContextClass