Add headers/docs changes for gtk_theming_engine_get_font()

Apparently I didn't git add enough...
This commit is contained in:
Carlos Garnacho
2010-12-13 22:42:05 +01:00
parent afca06b362
commit fbb75b9b5d
2 changed files with 3 additions and 0 deletions

View File

@ -240,6 +240,8 @@ void gtk_theming_engine_get_margin (GtkThemingEngine *engine,
GtkStateFlags state,
GtkBorder *margin);
const PangoFontDescription * gtk_theming_engine_get_font (GtkThemingEngine *engine,
GtkStateFlags state);
GtkThemingEngine * gtk_theming_engine_load (const gchar *name);