[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2886
type TGDBusInterfaceSkeleton = object(TGObject) |
||
|
||
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; |
|
||
|