[gtk+] Add headers/docs changes for gtk_theming_engine_get_font()
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Add headers/docs changes for gtk_theming_engine_get_font()
- Date: Mon, 13 Dec 2010 21:43:31 +0000 (UTC)
commit fbb75b9b5dc65dde771a9b3fd76fabbc205a184f
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Dec 13 22:42:05 2010 +0100
Add headers/docs changes for gtk_theming_engine_get_font()
Apparently I didn't git add enough...
docs/reference/gtk/gtk3-sections.txt | 1 +
gtk/gtkthemingengine.h | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 35fbd5e..d62fc59 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -5526,6 +5526,7 @@ gtk_theming_engine_get_border_color
gtk_theming_engine_get_border
gtk_theming_engine_get_padding
gtk_theming_engine_get_margin
+gtk_theming_engine_get_font
gtk_theming_engine_has_class
gtk_theming_engine_has_region
gtk_theming_engine_lookup_color
diff --git a/gtk/gtkthemingengine.h b/gtk/gtkthemingengine.h
index 64b3921..ab90bf5 100644
--- a/gtk/gtkthemingengine.h
+++ b/gtk/gtkthemingengine.h
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]