[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 3135
type TGDBusObjectManagerServer = object(TGObject) |
||
|
||
function new(); |
|
|
procedure export(); |
|
|
procedure export_uniquely(); |
|
|
function get_connection; |
|
|
function is_exported(); |
|
|
procedure set_connection(); |
|
|
function unexport(); |
|
|
property connection: PGDBusConnection; [rw] |
|
|
end; |
|
||
|