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

TGDBusObjectManagerClient

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgio2.pas line 2997

type TGDBusObjectManagerClient = object(TGObject)

  priv: PGDBusObjectManagerClientPrivate;

  

  function new_finish();

  

  function new_for_bus_finish();

  

  function new_for_bus_sync();

  

  function new_sync();

  

  procedure new();

  

  procedure new_for_bus();

  

  function get_connection;

  

  function get_flags;

  

  function get_name;

  

  function get_name_owner;

  

  property connection: PGDBusConnection; [r]

  

  property flags: TGDBusObjectManagerClientFlags; [r]

  

  property name: Pgchar; [r]

  

  property name_owner: Pgchar; [r]

  

end;

Inheritance

TGDBusObjectManagerClient

  

TGObject