summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--pango.defs6
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58d58982..93cbd288 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@
* pango.override (_wrap_pango_font_face_list_sizes) Add.
+ * pango.defs (pango_font_family_is_monospace) Add definition.
+
2004-04-23 John Finlay <finlay@moeraki.com>
* gtk/gdk.defs (gdk_window_set_accept_focus) (gdk_window_get_group)
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")