mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -42,6 +42,8 @@ struct _SpCellRendererPercent
|
||||
struct _SpCellRendererPercentClass
|
||||
{
|
||||
GtkCellRendererTextClass parent_class;
|
||||
|
||||
gpointer padding[4];
|
||||
};
|
||||
|
||||
GType sp_cell_renderer_percent_get_type (void);
|
||||
|
||||
Reference in New Issue
Block a user