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

TGDBusInterfaceSetPropertyFunc

Declaration

Source position: lazgio2.pas line 2658

type TGDBusInterfaceSetPropertyFunc = function(

  connection: PGDBusConnection;

  sender: Pgchar;

  object_path: Pgchar;

  interface_name: Pgchar;

  property_name: Pgchar;

  value: PGVariant;

  error: PPGError;

  user_data: gpointer

):gboolean;