summaryrefslogtreecommitdiff
path: root/gtk/gtktexttag.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-02-23 20:22:05 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-02-23 20:22:05 +0000
commite5d1ea8cfefac95f9011fffcff66345e4d2de70d (patch)
treedacd3c96da20912f17793c8c75451bdb7c1e3449 /gtk/gtktexttag.h
parent96882ebc616a717c3f5d85d326dfc861fc448915 (diff)
downloadgtk+-e5d1ea8cfefac95f9011fffcff66345e4d2de70d.tar.gz
Massive padding addition to class structures.
Sat Feb 23 11:54:12 2002 Owen Taylor <otaylor@redhat.com> * gtk/*.h gdk/*.h: Massive padding addition to class structures. * gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN.
Diffstat (limited to 'gtk/gtktexttag.h')
-rw-r--r--gtk/gtktexttag.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk/gtktexttag.h b/gtk/gtktexttag.h
index 544c0955dc..03a38a2caf 100644
--- a/gtk/gtktexttag.h
+++ b/gtk/gtktexttag.h
@@ -76,7 +76,7 @@ struct _GtkTextTag
guint pad3 : 1;
};
-struct _GtkTextTagClass
+struct _GtkTextTagClass
{
GObjectClass parent_class;
@@ -85,8 +85,11 @@ struct _GtkTextTagClass
GdkEvent *event, /* the event itself */
const GtkTextIter *iter); /* location of event in buffer */
- GtkFunction pad1;
- GtkFunction pad2;
+ /* Padding for future expansion */
+ void (*_gtk_reserved1) (void);
+ void (*_gtk_reserved2) (void);
+ void (*_gtk_reserved3) (void);
+ void (*_gtk_reserved4) (void);
};
GType gtk_text_tag_get_type (void) G_GNUC_CONST;