[glib] pad the GActionGroup vtable



commit 6e04125e3543fd59a067abefc72011433a7db915
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Aug 18 00:37:50 2010 -0400

    pad the GActionGroup vtable

 gio/gactiongroup.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gio/gactiongroup.h b/gio/gactiongroup.h
index 75779c2..d411db9 100644
--- a/gio/gactiongroup.h
+++ b/gio/gactiongroup.h
@@ -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);



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