From 6e04125e3543fd59a067abefc72011433a7db915 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 18 Aug 2010 00:37:50 -0400 Subject: [PATCH] pad the GActionGroup vtable --- gio/gactiongroup.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.7.4