[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2997
type TGDBusObjectManagerClient = object(TGObject) |
||
|
||
function new_finish(); |
|
|
function new_for_bus_finish(); |
|
|
function new_for_bus_sync(); |
|
|
function new_sync(); |
|
|
procedure new(); |
|
|
procedure new_for_bus(); |
|
|
function get_connection; |
|
|
function get_flags; |
|
|
function get_name; |
|
|
function get_name_owner; |
|
|
property connection: PGDBusConnection; [r] |
|
|
property flags: TGDBusObjectManagerClientFlags; [r] |
|
|
|
||
property name_owner: Pgchar; [r] |
|
|
end; |
|
||
|