blob: 57443589dae74ec7ee8c61c0a25fd8143a7e3d15 (
plain)
1
2
3
4
5
6
7
8
9
|
{$IfDef read_interface}
procedure gnome_url_show(url:Pchar);cdecl;external libgnomedll name 'gnome_url_show';
{$EndIf read_interface}
{$Ifdef read_implementation}
{$Endif read_implementation}
|