gtkstyleset.h: Add declaration for gtk_style_set_merge().

This commit is contained in:
Carlos Garnacho 2010-03-04 22:58:28 +01:00
parent f969470ad8
commit 530ae15f96

View File

@ -65,6 +65,10 @@ void gtk_style_set_unset_property (GtkStyleSet *set,
void gtk_style_set_clear (GtkStyleSet *set);
void gtk_style_set_merge (GtkStyleSet *set,
const GtkStyleSet *set_to_merge,
gboolean replace);
G_END_DECLS
#endif /* __GTK_STYLE_PROPERTY_SET_H__ */