summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-11-19 05:08:34 +0000
committerMatt Wilson <msw@src.gnome.org>2001-11-19 05:08:34 +0000
commitdac3a80bae35cfcdd9aee68f52be761fa9da3ed4 (patch)
tree9f114fb8eff071ff050a4bd061d825159b931581 /pango.defs
parent0a16e25c678c91d6aae6ea186b38d607f16a5b0a (diff)
downloadpygtk-dac3a80bae35cfcdd9aee68f52be761fa9da3ed4.tar.gz
renamed to set_font_map (PangoFontMap.load_font): added context argument
2001-11-19 Matt Wilson <msw@redhat.com> * pango.defs (PangoContext.add_font_map): renamed to set_font_map (PangoFontMap.load_font): added context argument
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango.defs b/pango.defs
index 3e4433f5..303cb6e7 100644
--- a/pango.defs
+++ b/pango.defs
@@ -380,7 +380,7 @@
(define-method add_font_map
(of-object "PangoContext")
- (c-name "pango_context_add_font_map")
+ (c-name "pango_context_set_font_map")
(return-type "none")
(parameters
'("PangoFontMap*" "font_map")
@@ -882,6 +882,7 @@
(c-name "pango_font_map_load_font")
(return-type "PangoFont*")
(parameters
+ '("PangoContect*" "context")
'("const-PangoFontDescription*" "desc")
)
)