summaryrefslogtreecommitdiff
path: root/pango/pangocairo-font.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangocairo-font.h')
-rw-r--r--pango/pangocairo-font.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pangocairo-font.h b/pango/pangocairo-font.h
index a8a7a1e9..f6c59bdc 100644
--- a/pango/pangocairo-font.h
+++ b/pango/pangocairo-font.h
@@ -24,11 +24,11 @@
G_BEGIN_DECLS
-PANGO_AVAILABLE_IN_ALL
-void pango_cairo_font_set_font_options (PangoFont *font,
- const cairo_font_options_t *options);
-PANGO_AVAILABLE_IN_ALL
+PANGO2_AVAILABLE_IN_ALL
+void pango2_cairo_font_set_font_options (Pango2Font *font,
+ const cairo_font_options_t *options);
+PANGO2_AVAILABLE_IN_ALL
const cairo_font_options_t *
- pango_cairo_font_get_font_options (PangoFont *font);
+ pango2_cairo_font_get_font_options (Pango2Font *font);
G_END_DECLS