lib: add some padding to classes

We might want to extend these going forward, so give us a chance to avoid
breaking ABI.
This commit is contained in:
Christian Hergert
2016-04-13 23:05:02 -07:00
parent 43e61fc40a
commit f4df6616c6
8 changed files with 16 additions and 0 deletions

View File

@ -32,6 +32,8 @@ G_DECLARE_DERIVABLE_TYPE (SpProfilerMenuButton, sp_profiler_menu_button, SP, PRO
struct _SpProfilerMenuButtonClass
{
GtkMenuButtonClass parent_class;
gpointer padding[8];
};
GtkWidget *sp_profiler_menu_button_new (void);