[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 3051
type TGDBusProxy = object(TGObject) |
||
|
||
function new_finish(); |
|
|
function new_for_bus_finish(); |
|
|
function new_for_bus_sync(); |
|
|
function new_sync(); |
|
|
procedure new(); |
|
|
procedure new_for_bus(); |
|
|
procedure call(); |
|
|
function call_finish(); |
|
|
function call_sync(); |
|
|
procedure call_with_unix_fd_list(); |
|
|
function call_with_unix_fd_list_finish(); |
|
|
function call_with_unix_fd_list_sync(); |
|
|
function get_cached_property(); |
|
|
function get_cached_property_names; |
|
|
function get_connection; |
|
|
function get_default_timeout; |
|
|
function get_flags; |
|
|
function get_interface_info; |
|
|
function get_interface_name; |
|
|
function get_name; |
|
|
function get_name_owner; |
|
|
function get_object_path; |
|
|
procedure set_cached_property(); |
|
|
procedure set_default_timeout(); |
|
|
procedure set_interface_info(); |
|
|
end; |
|
||
|