We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68b9810 + 054a067 commit 4c8f907Copy full SHA for 4c8f907
src/pango-cairo.adb
@@ -36,12 +36,12 @@ package body Pango.Cairo is
36
function pango_cairo_font_map_new_for_font_type
37
(fonttype : Standard.Cairo.Cairo_Font_Type) return System.Address with
38
Import, Convention => C,
39
- Link_Name => "pango_cairo_font_map_new_for_font_type";
+ External_Name => "pango_cairo_font_map_new_for_font_type";
40
41
procedure pango_cairo_font_map_set_default
42
(fontmap : System.Address) with
43
44
- Link_Name => "pango_cairo_font_map_set_default";
+ External_Name => "pango_cairo_font_map_set_default";
45
46
begin
47
pango_cairo_font_map_set_default
0 commit comments