Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 65fec216461a495ffea1be537ebd01c2 > files > 2573

fpc-2.6.0-3.mga3.i586.rpm

library some_plugin;

function get_plugin_info: pchar; export; cdecl;
begin
  get_plugin_info:= 'GLib2 Plugin-Test Plugin';
end;

exports
  get_plugin_info;

begin
end.