diff options
author | Paolo Borelli <pborelli@gnome.org> | 2011-01-29 14:34:29 +0100 |
---|---|---|
committer | Paolo Borelli <pborelli@gnome.org> | 2011-01-29 14:34:29 +0100 |
commit | 55713025c052716f899208e8988f1b01aa738f46 (patch) | |
tree | 4017b63e4b6eae6c65f94fa736a028c657c37b9f /gtk/gtkthemingengine.h | |
parent | 001697a22a6e094ca37f4f6c230161b08dff5c20 (diff) | |
download | gtk+-55713025c052716f899208e8988f1b01aa738f46.tar.gz |
Add padding to the themingengine class.
Diffstat (limited to 'gtk/gtkthemingengine.h')
-rw-r--r-- | gtk/gtkthemingengine.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h index ab90bf5a7b..b1d4b95bb3 100644 --- a/gtk/gtkthemingengine.h +++ b/gtk/gtkthemingengine.h @@ -168,6 +168,9 @@ struct _GtkThemingEngineClass GdkPixbuf * (* render_icon_pixbuf) (GtkThemingEngine *engine, const GtkIconSource *source, GtkIconSize size); + + /*< private >*/ + gpointer padding[16]; }; GType gtk_theming_engine_get_type (void) G_GNUC_CONST; @@ -247,7 +250,6 @@ GtkThemingEngine * gtk_theming_engine_load (const gchar *name); GdkScreen * gtk_theming_engine_get_screen (GtkThemingEngine *engine); - G_END_DECLS #endif /* __GTK_THEMING_ENGINE_H__ */ |