summaryrefslogtreecommitdiff
path: root/gdata/app
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2014-11-03 00:02:00 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2014-11-03 00:02:00 +0000
commit8a695555b68671a765f95603dd054046df3e8a5d (patch)
treebc57772966c2461ad56b21df979cd3bb7707556b /gdata/app
parentb947511b2027b89bd5104473ffd0c720e784c6b1 (diff)
downloadlibgdata-8a695555b68671a765f95603dd054046df3e8a5d.tar.gz
core: Add padding members to class structures
This gives us flexibility for soft ABI breaks in future if needed, after we lock down the ABI entirely.
Diffstat (limited to 'gdata/app')
-rw-r--r--gdata/app/gdata-app-categories.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdata/app/gdata-app-categories.h b/gdata/app/gdata-app-categories.h
index 9cdd127c..dbe29be0 100644
--- a/gdata/app/gdata-app-categories.h
+++ b/gdata/app/gdata-app-categories.h
@@ -59,6 +59,11 @@ typedef struct {
typedef struct {
/*< private >*/
GDataParsableClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
} GDataAPPCategoriesClass;
GType gdata_app_categories_get_type (void) G_GNUC_CONST;