We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381a1b0 + 7910b61 commit 054a067Copy full SHA for 054a067
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