summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-09-20 16:02:55 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-09-20 16:02:55 +0000
commite6b63dd83e0a31040f645fdf5b5f4ea788f8d9ca (patch)
tree3164edcc97da2a0b7f615fb2da176f98fe669ec6 /pango.defs
parent81c641919ef87853af58750d19df0d4bf5b7e135 (diff)
downloadpygtk-e6b63dd83e0a31040f645fdf5b5f4ea788f8d9ca.tar.gz
uncomment this now it has a boxed type.python22-branch-anchor
2001-09-20 James Henstridge <james@daa.com.au> * pango.defs (FontMetrics): uncomment this now it has a boxed type. * gtk/Makefile.am (EXTRA_DIST): add gdk.override to dist. * configure.in: update version number.
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs14
1 files changed, 7 insertions, 7 deletions
diff --git a/pango.defs b/pango.defs
index ae0559af..61be3c86 100644
--- a/pango.defs
+++ b/pango.defs
@@ -75,13 +75,13 @@
(release-func "pango_font_description_free")
)
-;(define-boxed FontMetrics
-; (in-module "Pango")
-; (c-name "PangoFontMetrics")
-; (gtype-id "PANGO_TYPE_FONT_METRICS")
-; (copy-func "pango_font_metrics_ref")
-; (release-func "pango_font_metrics_unref")
-;)
+(define-boxed FontMetrics
+ (in-module "Pango")
+ (c-name "PangoFontMetrics")
+ (gtype-id "PANGO_TYPE_FONT_METRICS")
+ (copy-func "pango_font_metrics_ref")
+ (release-func "pango_font_metrics_unref")
+)
(define-boxed GlyphString
(in-module "Pango")