Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,
Thu Jun 13 19:41:56 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkiconfactory.c gtk/gtkselection.c gtk/gtkstyle.c gtk/gtktextiter.c gtk/gtktexttag.c gtk/gtktreemodel.c gtk/gtkwidget.c: Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder, GtkTextIter, GtkTextAttributes, GtkTreePath, GtkTreeIter, GtkRequisition, which were all registered as GtkType*. (#84634, James Henstridge; patch from Jonathan Blandford.)
This commit is contained in:
@ -469,7 +469,7 @@ gtk_text_iter_get_type (void)
|
||||
static GType our_type = 0;
|
||||
|
||||
if (our_type == 0)
|
||||
our_type = g_boxed_type_register_static ("GtkTypeTextIter",
|
||||
our_type = g_boxed_type_register_static ("GtkTextIter",
|
||||
(GBoxedCopyFunc) gtk_text_iter_copy,
|
||||
(GBoxedFreeFunc) gtk_text_iter_free);
|
||||
|
||||
|
Reference in New Issue
Block a user