summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-09-19 03:05:45 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-09-19 03:05:45 +0000
commitdadbba93083debdb62c947822979f6494fae51ac (patch)
treea938b009939ddcd8457b4da4d5b037514134f24e /pango.defs
parentfcf97ddd0d25267f64cd7675504f791f057c0b71 (diff)
downloadpygtk-dadbba93083debdb62c947822979f6494fae51ac.tar.gz
remove fields from PangoFontDescription, as it is an opaque type now.
2001-09-19 James Henstridge <james@daa.com.au> * pango.defs (FontDescription): remove fields from PangoFontDescription, as it is an opaque type now. * configure.in (ACLOCAL): require glib 1.3.8, pango 0.19 and gtk+ 1.3.8.
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs8
1 files changed, 0 insertions, 8 deletions
diff --git a/pango.defs b/pango.defs
index efc78a74..08a302d6 100644
--- a/pango.defs
+++ b/pango.defs
@@ -59,14 +59,6 @@
(gtype-id "PANGO_TYPE_FONT_DESCRIPTION")
(copy-func "pango_font_description_copy")
(release-func "pango_font_description_free")
- (fields
- '("char*" "family_name")
- '("PangoStyle" "style")
- '("PangoVariant" "variant")
- '("PangoWeight" "weight")
- '("PangoStretch" "stretch")
- '("int" "size")
- )
)
(define-boxed GlyphString