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

TGDBusNodeInfo

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

Declaration

Source position: lazgio2.pas line 2936

type TGDBusNodeInfo = object

  ref_count: gint;

  

  path: Pgchar;

  

  interfaces: PPGDBusInterfaceInfo;

  

  nodes: PPGDBusNodeInfo;

  

  annotations: PPGDBusAnnotationInfo;

  

  function new_for_xml();

  

  procedure generate_xml();

  

  function lookup_interface();

  

  function ref;

  

  procedure unref;

  

end;

Inheritance

TGDBusNodeInfo