From e5d1ea8cfefac95f9011fffcff66345e4d2de70d Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 23 Feb 2002 20:22:05 +0000 Subject: Massive padding addition to class structures. Sat Feb 23 11:54:12 2002 Owen Taylor * gtk/*.h gdk/*.h: Massive padding addition to class structures. * gtk/gtktextmark.h: Fix a FIXME about G_CONST_RETURN. --- gtk/gtktextbuffer.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gtk/gtktextbuffer.h') diff --git a/gtk/gtktextbuffer.h b/gtk/gtktextbuffer.h index d2cf2c7448..0a5af63138 100644 --- a/gtk/gtktextbuffer.h +++ b/gtk/gtktextbuffer.h @@ -126,12 +126,13 @@ struct _GtkTextBufferClass void (* begin_user_action) (GtkTextBuffer *buffer); void (* end_user_action) (GtkTextBuffer *buffer); - GtkFunction pad1; - GtkFunction pad2; - GtkFunction pad3; - GtkFunction pad4; - GtkFunction pad5; - GtkFunction pad6; + /* Padding for future expansion */ + void (*_gtk_reserved1) (void); + void (*_gtk_reserved2) (void); + void (*_gtk_reserved3) (void); + void (*_gtk_reserved4) (void); + void (*_gtk_reserved5) (void); + void (*_gtk_reserved6) (void); }; GType gtk_text_buffer_get_type (void) G_GNUC_CONST; -- cgit v1.2.1