summaryrefslogtreecommitdiff
path: root/pango.defs
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-04-24 23:10:05 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-04-24 23:10:05 +0000
commitcd80d515b8b7fda3b18c6f61576727c57b10558e (patch)
tree06bf14bf2e3ee07bf67ebad57728ae007049a895 /pango.defs
parent856d8cb70a8985f26c165d44727a35c806560a8d (diff)
downloadpygtk-cd80d515b8b7fda3b18c6f61576727c57b10558e.tar.gz
pango.defs (pango_font_family_is_monospace) Add definition.
* pango.defs (pango_font_family_is_monospace) Add definition.
Diffstat (limited to 'pango.defs')
-rw-r--r--pango.defs6
1 files changed, 6 insertions, 0 deletions
diff --git a/pango.defs b/pango.defs
index 1810499c..3c863f80 100644
--- a/pango.defs
+++ b/pango.defs
@@ -853,6 +853,12 @@
(return-type "const-char*")
)
+(define-method is_monospace
+ (of-object "PangoFontFamily")
+ (c-name "pango_font_family_is_monospace")
+ (return-type "gboolean")
+)
+
(define-function pango_font_face_get_type
(c-name "pango_font_face_get_type")
(return-type "GType")