Skip to content

Commit 4c8f907

Browse files
author
automatic-merge
committed
Merge remote branch 'origin/master' into edge
2 parents 68b9810 + 054a067 commit 4c8f907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pango-cairo.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ package body Pango.Cairo is
3636
function pango_cairo_font_map_new_for_font_type
3737
(fonttype : Standard.Cairo.Cairo_Font_Type) return System.Address with
3838
Import, Convention => C,
39-
Link_Name => "pango_cairo_font_map_new_for_font_type";
39+
External_Name => "pango_cairo_font_map_new_for_font_type";
4040

4141
procedure pango_cairo_font_map_set_default
4242
(fontmap : System.Address) with
4343
Import, Convention => C,
44-
Link_Name => "pango_cairo_font_map_set_default";
44+
External_Name => "pango_cairo_font_map_set_default";
4545

4646
begin
4747
pango_cairo_font_map_set_default

0 commit comments

Comments
 (0)