mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
60794564c4
commit
1b6f92f885
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -42,7 +42,7 @@ typedef struct _GtkIMContextClass GtkIMContextClass;
|
||||
|
||||
struct _GtkIMContext
|
||||
{
|
||||
GtkObject object;
|
||||
GObject parent_instance;
|
||||
};
|
||||
|
||||
struct _GtkIMContextClass
|
||||
|
Loading…
Reference in New Issue
Block a user