summaryrefslogtreecommitdiff
path: root/pango/pangowin32.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-28 21:14:28 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-28 21:14:28 +0000
commita6d6171d26c953a04f9f98d3366fafd9920b9ed2 (patch)
treed6841dd6d90d57133d1a1ece342602caa306bb1f /pango/pangowin32.c
parentcb0cef6b3f741c579337a8388ccc8548cc03408f (diff)
downloadpango-a6d6171d26c953a04f9f98d3366fafd9920b9ed2.tar.gz
Mark 1.2 API additions, fix some doc comments.
* pango/pangoxft-fontmap.c: * pango/pangoxft-font.c: * pango/pangowin32.c: * pango/pangoft2-fontmap.c: Mark 1.2 API additions, fix some doc comments. * pango/pangoft2-fontmap.c (pango_ft2_font_map_set_default_substitute): Implement this function. (#99850)
Diffstat (limited to 'pango/pangowin32.c')
-rw-r--r--pango/pangowin32.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/pango/pangowin32.c b/pango/pangowin32.c
index bebcf927..20fcc985 100644
--- a/pango/pangowin32.c
+++ b/pango/pangowin32.c
@@ -203,6 +203,15 @@ pango_win32_get_dc (void)
return pango_win32_hdc;
}
+/**
+ * pango_win32_get_debug_flag:
+ *
+ * Returns wether debugging is turned on.
+ *
+ * Returns: %TRUE if debugging is turned on.
+ *
+ * Since: 1.2
+ */
gboolean
pango_win32_get_debug_flag (void)
{