Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 6e47c246994dbf209b12f1dffb028211 > files > 534

fpc-base-2.4.4-5mdv2010.2.x86_64.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.