[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

TGDBusInterfaceMethodCallFunc

Declaration

Source position: lazgio2.pas line 2646

type TGDBusInterfaceMethodCallFunc = procedure(

  connection: PGDBusConnection;

  sender: Pgchar;

  object_path: Pgchar;

  interface_name: Pgchar;

  method_name: Pgchar;

  parameters: PGVariant;

  invocation: PGDBusMethodInvocation;

  user_data: gpointer

);