[gtksourceview/wip/loader-saver: 28/31] Add padding for future expansion in new *File*Class structs



commit 5ba28c043331de5b2833c0cb4bb4644ff48302a7
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jun 30 15:15:51 2014 +0200

    Add padding for future expansion in new *File*Class structs

 gtksourceview/gtksourcefile.h       |    2 ++
 gtksourceview/gtksourcefileloader.h |    2 ++
 gtksourceview/gtksourcefilesaver.h  |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/gtksourcefile.h b/gtksourceview/gtksourcefile.h
index 2fb1ff3..c384d58 100644
--- a/gtksourceview/gtksourcefile.h
+++ b/gtksourceview/gtksourcefile.h
@@ -60,6 +60,8 @@ struct _GtkSourceFile
 struct _GtkSourceFileClass
 {
        GObjectClass parent_class;
+
+       gpointer padding[10];
 };
 
 GType           gtk_source_file_get_type                       (void) G_GNUC_CONST;
diff --git a/gtksourceview/gtksourcefileloader.h b/gtksourceview/gtksourcefileloader.h
index cdf5f0c..df7f1d3 100644
--- a/gtksourceview/gtksourcefileloader.h
+++ b/gtksourceview/gtksourcefileloader.h
@@ -70,6 +70,8 @@ struct _GtkSourceFileLoader
 struct _GtkSourceFileLoaderClass
 {
        GObjectClass parent_class;
+
+       gpointer padding[10];
 };
 
 GType                   gtk_source_file_loader_get_type        (void) G_GNUC_CONST;
diff --git a/gtksourceview/gtksourcefilesaver.h b/gtksourceview/gtksourcefilesaver.h
index 351aaf8..f2e10b6 100644
--- a/gtksourceview/gtksourcefilesaver.h
+++ b/gtksourceview/gtksourcefilesaver.h
@@ -87,6 +87,8 @@ struct _GtkSourceFileSaver
 struct _GtkSourceFileSaverClass
 {
        GObjectClass parent_class;
+
+       gpointer padding[10];
 };
 
 GType                   gtk_source_file_saver_get_type         (void) G_GNUC_CONST;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]