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

TGDBusInterfaceInfo

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

Declaration

Source position: lazgio2.pas line 2620

type TGDBusInterfaceInfo = object

  ref_count: gint;

  

  name: Pgchar;

  

  methods: PPGDBusMethodInfo;

  

  signals: PPGDBusSignalInfo;

  

  properties: PPGDBusPropertyInfo;

  

  annotations: PPGDBusAnnotationInfo;

  

  procedure cache_build;

  

  procedure cache_release;

  

  procedure generate_xml();

  

  function lookup_method();

  

  function lookup_property();

  

  function lookup_signal();

  

  function ref;

  

  procedure unref;

  

end;

Inheritance

TGDBusInterfaceInfo