Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 6ff261dcf0789896ddf26c61e38f88e3 > files > 229

fpc-doc-3.0.4-6.mga7.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.