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

TGDBusMethodInfo

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

Declaration

Source position: lazgio2.pas line 2820

type TGDBusMethodInfo = object

  ref_count: gint;

  

  name: Pgchar;

  

  in_args: PPGDBusArgInfo;

  

  out_args: PPGDBusArgInfo;

  

  annotations: PPGDBusAnnotationInfo;

  

  function ref;

  

  procedure unref;

  

end;

Inheritance

TGDBusMethodInfo