summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-04-25 00:50:05 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-04-25 00:50:05 +0000
commitec78ba0594659945816c5d5fbca864ade25b1f73 (patch)
tree88c6a91cc8b059a835da5c7f611a7e797c5cb532 /pango.defs
parent6a21f50681f3d119483404201dfb881b494fa1c9 (diff)
downloadpygtk-ec78ba0594659945816c5d5fbca864ade25b1f73.tar.gz
pango.defs (pango_fontset_foreach) Add definition.
* pango.defs (pango_fontset_foreach) Add definition. * pango.override (_wrap_pango_fontset_foreach) Add.
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs10
1 files changed, 10 insertions, 0 deletions
diff --git a/pango.defs b/pango.defs
index 82973ed0..429a40ad 100644
--- a/pango.defs
+++ b/pango.defs
@@ -996,6 +996,16 @@
(return-type "PangoFontMetrics*")
)
+(define-method foreach
+ (of-object "PangoFontset")
+ (c-name "pango_fontset_foreach")
+ (return-type "none")
+ (parameters
+ '("PangoFontSetForeachFunc" "func")
+ '("gpointer" "data")
+ )
+)
+
;; From /opt/gtk2/include/pango-1.0/pango/pango-glyph.h