[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin' (#fpgeanyplugin)

TPluginCallback

Declaration

Source position: geanybindings.inc line 1338

type TPluginCallback = record

  signal_name: Pgchar;

  

  callback: TGCallback;

  

  after: gboolean;

  

  user_data: gpointer;

  

end;