[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 1574
type TGDBusConnection = object(TGObject)
function new_finish();
function new_for_address_finish();
function new_for_address_sync();
function new_sync();
procedure new();
procedure new_for_address();
function add_filter();
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();
procedure close();
function close_finish();
function close_sync();
function emit_signal();
function export_action_group();
function export_menu_model();
procedure flush();
function flush_finish();
function flush_sync();
function get_capabilities;
function get_exit_on_close;
function get_flags;
function get_guid;
function get_last_serial;
function get_peer_credentials;
function get_stream;
function get_unique_name;
function is_closed;
function register_object();
function register_object_with_closures();
function register_subtree();
procedure remove_filter();
function send_message();
procedure send_message_with_reply();
function send_message_with_reply_finish();
function send_message_with_reply_sync();
procedure set_exit_on_close();
function signal_subscribe();
procedure signal_unsubscribe();
procedure start_message_processing;
procedure unexport_action_group();
procedure unexport_menu_model();
function unregister_object();
function unregister_subtree();
property capabilities: TGDBusCapabilityFlags; [r]
property exit_on_close: gboolean; [rw]
property flags: TGDBusConnectionFlags; [r]
property guid: Pgchar; [r]
property stream: PGIOStream; [r]
property unique_name: Pgchar; [r]
end;
TGDBusConnection
TGObject