pad the GActionGroup vtable
authorRyan Lortie <desrt@desrt.ca>
Wed, 18 Aug 2010 04:37:50 +0000 (00:37 -0400)
committerRyan Lortie <desrt@desrt.ca>
Wed, 18 Aug 2010 04:37:50 +0000 (00:37 -0400)
gio/gactiongroup.h

index 75779c2..d411db9 100644 (file)
@@ -113,6 +113,10 @@ struct _GActionGroupClass
                                                      const gchar   *action_name,
                                                      GVariant      *parameter);
 
+  /*< private >*/
+  gpointer vtable_padding[6];
+
+  /*< public >*/
   /* signals */
   void                  (* action_added)            (GActionGroup  *action_group,
                                                      const gchar   *action_name);