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

TGDBusSubtreeDispatchFunc

Declaration

Source position: lazgio2.pas line 2685

type TGDBusSubtreeDispatchFunc = function(

  connection: PGDBusConnection;

  sender: Pgchar;

  object_path: Pgchar;

  interface_name: Pgchar;

  node: Pgchar;

  out_user_data: Pgpointer;

  user_data: gpointer

):PGDBusInterfaceVTable;