mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 01:39:27 +02:00
* fixing empty import lines
This commit is contained in:
parent
615c4f3d7c
commit
ef22375e59
@ -108,7 +108,7 @@ function gnome_client_new:PGnomeClient;cdecl;external libgnomeuidll name 'gnome_
|
||||
function gnome_client_new_without_connection:PGnomeClient;cdecl;external libgnomeuidll name 'gnome_client_new_without_connection';
|
||||
procedure gnome_client_connect(client:PGnomeClient);cdecl;external libgnomeuidll name 'gnome_client_connect';
|
||||
procedure gnome_client_disconnect(client:PGnomeClient);cdecl;external libgnomeuidll name 'gnome_client_disconnect';
|
||||
procedure gnome_client_set_id(client:PGnomeClient; client_id:Pgchar);cdecl;external libgnomeuidll name '';
|
||||
procedure gnome_client_set_id(client:PGnomeClient; client_id:Pgchar);cdecl;external libgnomeuidll name 'gnome_client_set_id';
|
||||
function gnome_client_get_id(client:PGnomeClient):Pgchar;cdecl;external libgnomeuidll name 'gnome_client_get_id';
|
||||
function gnome_client_get_previous_id(client:PGnomeClient):Pgchar;cdecl;external libgnomeuidll name 'gnome_client_get_previous_id';
|
||||
function gnome_cloned_client:PGnomeClient;cdecl;external libgnomeuidll name 'gnome_cloned_client';
|
||||
|
@ -23,7 +23,7 @@ function GNOME_TYPE_MESSAGE_BOX : TGTKType;
|
||||
function GNOME_IS_MESSAGE_BOX(obj : Pointer) : Boolean;
|
||||
function GNOME_IS_MESSAGE_BOX_CLASS(klass : Pointer) : Boolean;
|
||||
|
||||
function gnome_message_box_get_type:TGTKType;cdecl;external libgnomeuidll name '';
|
||||
function gnome_message_box_get_type:TGTKType;cdecl;external libgnomeuidll name 'gnome_message_box_get_type';
|
||||
function gnome_message_box_new(message:Pgchar; messagebox_type:Pgchar; args:array of const):PGtkWidget;cdecl;external libgnomeuidll name 'gnome_message_box_new';
|
||||
function gnome_message_box_newv(message:Pgchar; messagebox_type:Pgchar; buttons:PPgchar):PGtkWidget;cdecl;external libgnomeuidll name 'gnome_message_box_newv';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user