summaryrefslogtreecommitdiff
path: root/gdata/gdata-batch-operation.h
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/gdata-batch-operation.h
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/gdata-batch-operation.h')
-rw-r--r--gdata/gdata-batch-operation.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdata/gdata-batch-operation.h b/gdata/gdata-batch-operation.h
index 5b9f85e3..adad98a6 100644
--- a/gdata/gdata-batch-operation.h
+++ b/gdata/gdata-batch-operation.h
@@ -118,6 +118,15 @@ typedef struct {
typedef struct {
/*< private >*/
GObjectClass parent;
+
+ /*< private >*/
+ /* Padding for future expansion */
+ void (*_g_reserved0) (void);
+ void (*_g_reserved1) (void);
+ void (*_g_reserved2) (void);
+ void (*_g_reserved3) (void);
+ void (*_g_reserved4) (void);
+ void (*_g_reserved5) (void);
} GDataBatchOperationClass;
GType gdata_batch_operation_get_type (void) G_GNUC_CONST;