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

TGDBusInterfaceSkeleton

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

Declaration

Source position: lazgio2.pas line 2886

type TGDBusInterfaceSkeleton = object(TGObject)

  priv: PGDBusInterfaceSkeletonPrivate;

  

  function export();

  

  procedure flush;

  

  function get_connection;

  

  function get_connections;

  

  function get_flags;

  

  function get_info;

  

  function get_object_path;

  

  function get_properties;

  

  function get_vtable;

  

  function has_connection();

  

  procedure set_flags();

  

  procedure unexport;

  

  procedure unexport_from_connection();

  

end;

Inheritance

TGDBusInterfaceSkeleton

  

TGObject