summaryrefslogtreecommitdiff
path: root/pango-types.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-04-25 03:54:28 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-04-25 03:54:28 +0000
commit9ee1dc3cdc92a85eb5bb14358fb3e3abfe30a90c (patch)
tree75461cc32f3df1e4b365ca24436eca83e7ad3e7d /pango-types.defs
parent62f4a1bff113a1a6e3fefc4146c750acbed8e7bb (diff)
downloadpygtk-9ee1dc3cdc92a85eb5bb14358fb3e3abfe30a90c.tar.gz
pango-types.defs (PangoFontsetSimple) Add class.
* pango-types.defs (PangoFontsetSimple) Add class. * pang_defs (pango_fontset_simple_new) (pango_fontset_simple_append) (pango_fontset_simple_size) Add methods for PangoFontsetSimple.
Diffstat (limited to 'pango-types.defs')
-rw-r--r--pango-types.defs7
1 files changed, 7 insertions, 0 deletions
diff --git a/pango-types.defs b/pango-types.defs
index a53cc586..fabfc0bd 100644
--- a/pango-types.defs
+++ b/pango-types.defs
@@ -43,6 +43,13 @@
(gtype-id "PANGO_TYPE_FONTSET")
)
+(define-object FontsetSimple
+ (in-module "Pango")
+ (parent "PangoFontset")
+ (c-name "PangoFontsetSimple")
+ (gtype-id "PANGO_TYPE_FONTSET_SIMPLE")
+)
+
(define-object Layout
(in-module "Pango")
(parent "GObject")