[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 2851
type TGDBusMethodInvocation = object(TGObject) |
||
function get_connection; |
|
|
function get_interface_name; |
|
|
function get_message; |
|
|
function get_method_info; |
|
|
function get_method_name; |
|
|
function get_object_path; |
|
|
function get_parameters; |
|
|
function get_property_info; |
|
|
function get_sender; |
|
|
function get_user_data; |
|
|
procedure return_dbus_error(); |
|
|
procedure return_error_literal(); |
|
|
procedure return_gerror(); |
|
|
procedure return_value(); |
|
|
procedure return_value_with_unix_fd_list(); |
|
|
procedure take_error(); |
|
|
end; |
|
||
|