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

TGDBusInterfaceGetPropertyFunc

Declaration

Source position: lazgio2.pas line 2652

type TGDBusInterfaceGetPropertyFunc = function(

  connection: PGDBusConnection;

  sender: Pgchar;

  object_path: Pgchar;

  interface_name: Pgchar;

  property_name: Pgchar;

  error: PPGError;

  user_data: gpointer

):PGVariant;