Top | ![]() |
![]() |
![]() |
![]() |
void e_gdbus_templates_init_main_thread (void
);
e_gdbus_templates_init_main_thread
is deprecated and should not be used in newly-written code.
GHashTable * e_gdbus_async_op_keeper_create_pending_ops ();
EGdbusAsyncOpKeeper *object
e_gdbus_async_op_keeper_create_pending_ops
is deprecated and should not be used in newly-written code.
Create a hash table of pending async operations. This can be freed
with g_hash_table_unref()
e_gdbus_async_op_keeper_create_pending_ops()
.
GHashTable * e_gdbus_async_op_keeper_get_pending_ops ();
EGdbusAsyncOpKeeper *object
e_gdbus_async_op_keeper_get_pending_ops
is deprecated and should not be used in newly-written code.
Get the hash table of pending async operations previously created
by e_gdbus_async_op_keeper_create_pending_ops()
.
gboolean e_gdbus_async_op_keeper_cancel_op_sync (,
EGdbusAsyncOpKeeper *object,
guint in_opid,
GCancellable *cancellable);
GError **error
e_gdbus_async_op_keeper_cancel_op_sync
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_ARG(_where, _mname, _mtype, _param_name, _param_type)
E_DECLARE_GDBUS_ARG
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_NOTIFY_SIGNAL_0(_where, _sname)
E_DECLARE_GDBUS_NOTIFY_SIGNAL_0
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_NOTIFY_SIGNAL_1(_where, _sname, _p1_name, _p1_type)
E_DECLARE_GDBUS_NOTIFY_SIGNAL_1
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_NOTIFY_SIGNAL_2(_where, _sname, _p1_name, _p1_type, _p2_name, _p2_type)
E_DECLARE_GDBUS_NOTIFY_SIGNAL_2
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_ASYNC_DONE_SIGNAL_0(_where, _sname)
E_DECLARE_GDBUS_ASYNC_DONE_SIGNAL_0
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_ASYNC_DONE_SIGNAL_1(_where, _sname, _p1_name, _p1_type)
E_DECLARE_GDBUS_ASYNC_DONE_SIGNAL_1
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SYNC_METHOD_0(_where, _mname)
E_DECLARE_GDBUS_SYNC_METHOD_0
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SYNC_METHOD_1(_where, _mname, _p1_name, _p1_type)
E_DECLARE_GDBUS_SYNC_METHOD_1
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SYNC_METHOD_0_WITH_RETURN(_where, _mname, _r1_name, _r1_type)
E_DECLARE_GDBUS_SYNC_METHOD_0_WITH_RETURN
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SYNC_METHOD_1_WITH_RETURN(_where, _mname, _p1_name, _p1_type, _r1_name, _r1_type)
E_DECLARE_GDBUS_SYNC_METHOD_1_WITH_RETURN
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_ASYNC_METHOD_0(_where, _mname)
E_DECLARE_GDBUS_ASYNC_METHOD_0
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_ASYNC_METHOD_1(_where, _mname, _p1_name, _p1_type)
E_DECLARE_GDBUS_ASYNC_METHOD_1
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_ASYNC_METHOD_0_WITH_RETURN(_where, _mname, _r1_name, _r1_type)
E_DECLARE_GDBUS_ASYNC_METHOD_0_WITH_RETURN
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_ASYNC_METHOD_1_WITH_RETURN(_where, _mname, _p1_name, _p1_type, _r1_name, _r1_type)
E_DECLARE_GDBUS_ASYNC_METHOD_1_WITH_RETURN
is deprecated and should not be used in newly-written code.
#define E_DECLARED_GDBUS_SIGNAL_INFO_NAME(_where, _sname) e_gdbus_ ## _where ## _signal_ ## _sname
E_DECLARED_GDBUS_SIGNAL_INFO_NAME
is deprecated and should not be used in newly-written code.
#define E_DECLARED_GDBUS_METHOD_INFO_NAME(_where, _mname) e_gdbus_ ## _where ## _method_ ## _mname
E_DECLARED_GDBUS_METHOD_INFO_NAME
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_SIGNAL_VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _sig_id)
E_INIT_GDBUS_SIGNAL_VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_SIGNAL_TMPL_TYPED(_mtype, _gtype, _iface_struct, _dbus_sig_name_str, _sig_name_var, _sig_id)
E_INIT_GDBUS_SIGNAL_TMPL_TYPED
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_SIGNAL_BOOLEAN(_iface_struct, _dbus_sig_name_str, _sig_name_var, _sig_id)
E_INIT_GDBUS_SIGNAL_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_SIGNAL_STRING(_iface_struct, _dbus_sig_name_str, _sig_name_var, _sig_id)
E_INIT_GDBUS_SIGNAL_STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_SIGNAL_STRV(_iface_struct, _dbus_sig_name_str, _sig_name_var, _sig_id)
E_INIT_GDBUS_SIGNAL_STRV
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_SIGNAL_UINT(_iface_struct, _dbus_sig_name_str, _sig_name_var, _sig_id)
E_INIT_GDBUS_SIGNAL_UINT
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_SIGNAL_UINT_STRING(_iface_struct, _dbus_sig_name_str, _sig_name_var, _sig_id)
E_INIT_GDBUS_SIGNAL_UINT_STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_DONE_VOID(_iface_struct, _sig_name_var, _done_sig_id)
E_INIT_GDBUS_METHOD_DONE_VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_DONE_ASYNC_TMPL_TYPED(_mtype, _gtype, _iface_struct, _sig_name_var, _done_sig_id)
E_INIT_GDBUS_METHOD_DONE_ASYNC_TMPL_TYPED
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_DONE_BOOLEAN(_iface_struct, _sig_name_var, _done_sig_id)
E_INIT_GDBUS_METHOD_DONE_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_DONE_STRING(_iface_struct, _sig_name_var, _done_sig_id)
E_INIT_GDBUS_METHOD_DONE_STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_DONE_STRV(_iface_struct, _sig_name_var, _done_sig_id)
E_INIT_GDBUS_METHOD_DONE_STRV
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_DONE_UINT(_iface_struct, _sig_name_var, _done_sig_id)
E_INIT_GDBUS_METHOD_DONE_UINT
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_CALL_TMPL_VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_CALL_TMPL_VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_CALL_TMPL_TYPED(_mtype, _gtype, _iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_CALL_TMPL_TYPED
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_BOOLEAN(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_STRING(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_STRV(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_STRV
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_UINT(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_UINT
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_CALL_VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_CALL_VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_CALL_BOOLEAN(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_CALL_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_CALL_STRING(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_CALL_STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_CALL_STRV(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_CALL_STRV
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_CALL_UINT(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id)
E_INIT_GDBUS_METHOD_CALL_UINT
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_VOID__VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_VOID__VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_VOID__STRING(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_VOID__STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_VOID__STRV(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_VOID__STRV
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_BOOLEAN__VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_BOOLEAN__VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_UINT__VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_UINT__VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_STRING__VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_STRING__VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_STRV__VOID(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_STRV__VOID
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_STRING__STRING(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_STRING__STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_STRING__STRV(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_STRING__STRV
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_STRV__STRING(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_STRV__STRING
is deprecated and should not be used in newly-written code.
#define E_INIT_GDBUS_METHOD_ASYNC_STRV__STRV(_iface_struct, _dbus_sig_name_str, _sig_name_var, _method_sig_id, _done_sig_id)
E_INIT_GDBUS_METHOD_ASYNC_STRV__STRV
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_VOID(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_VOID
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_BOOLEAN(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_STRING(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_STRING
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_STRV(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_STRV
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_UINT(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_UINT
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_UINT_STRING(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_UINT_STRING
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_VOID(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_VOID
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_BOOLEAN(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_STRING(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_STRING
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_STRV(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_STRV
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_UINT(_iface_name, _sig_name)
E_DECLARE_GDBUS_SIGNAL_EMISSION_HOOK_ASYNC_UINT
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_VOID(_iface_name, _sig_name)
E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_VOID
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_BOOLEAN(_iface_name, _sig_name)
E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_STRING(_iface_name, _sig_name)
E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_STRING
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_STRV(_iface_name, _sig_name)
E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_STRV
is deprecated and should not be used in newly-written code.
#define E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_UINT(_iface_name, _sig_name)
E_DECLARE_GDBUS_METHOD_DONE_EMISSION_HOOK_ASYNC_UINT
is deprecated and should not be used in newly-written code.
#define E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_VOID(_sig_name)
E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_VOID
is deprecated and should not be used in newly-written code.
#define E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_BOOLEAN(_sig_name)
E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_BOOLEAN
is deprecated and should not be used in newly-written code.
#define E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_STRING(_sig_name)
E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_STRING
is deprecated and should not be used in newly-written code.
#define E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_STRV(_sig_name)
E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_STRV
is deprecated and should not be used in newly-written code.
#define E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_UINT(_sig_name)
E_GDBUS_CONNECT_METHOD_DONE_SIGNAL_UINT
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_emit_signal (,
GDBusProxy *proxy,
GVariant *parameters,
guint signal_id);
guint signal_type
e_gdbus_proxy_emit_signal
is deprecated and should not be used in newly-written code.
void e_gdbus_stub_handle_method_call (,
GObject *stub_object,
GDBusMethodInvocation *invocation,
GVariant *parametersconst
,gchar *method_name,
guint method_id);
guint method_type
e_gdbus_stub_handle_method_call
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_void (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_boolean (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_boolean
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_string (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_strv (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_strv
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_uint (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_uint
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_uint_string (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_uint_string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_async_void (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_async_void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_async_boolean (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_async_boolean
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_async_string (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_async_string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_async_strv (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_async_strv
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_signal_emission_hook_async_uint (,
GSignalInvocationHint *ihint,
guint n_param_valuesconst
,GValue *param_valuesconst
,gchar *signal_nameconst
);gchar *iface_name
e_gdbus_signal_emission_hook_async_uint
is deprecated and should not be used in newly-written code.
void e_gdbus_complete_async_method (,
gpointer object,
GDBusMethodInvocation *invocation);
guint opid
e_gdbus_complete_async_method
is deprecated and should not be used in newly-written code.
void e_gdbus_complete_sync_method_void (,
gpointer object,
GDBusMethodInvocation *invocationconst
);GError *error
e_gdbus_complete_sync_method_void
is deprecated and should not be used in newly-written code.
void e_gdbus_complete_sync_method_boolean (,
gpointer object,
GDBusMethodInvocation *invocation,
gboolean out_booleanconst
);GError *error
e_gdbus_complete_sync_method_boolean
is deprecated and should not be used in newly-written code.
void e_gdbus_complete_sync_method_string (,
gpointer object,
GDBusMethodInvocation *invocationconst
,gchar *out_stringconst
);GError *error
e_gdbus_complete_sync_method_string
is deprecated and should not be used in newly-written code.
void e_gdbus_complete_sync_method_strv (,
gpointer object,
GDBusMethodInvocation *invocationconst
,gchar * const *out_strvconst
);GError *error
e_gdbus_complete_sync_method_strv
is deprecated and should not be used in newly-written code.
void e_gdbus_complete_sync_method_uint (,
gpointer object,
GDBusMethodInvocation *invocation,
guint out_uintconst
);GError *error
e_gdbus_complete_sync_method_uint
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_async_method_done_void (,
EGdbusAsyncOpKeeper *proxy,
guint arg_opidconst
);GError *error
e_gdbus_proxy_async_method_done_void
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_async_method_done_boolean (,
EGdbusAsyncOpKeeper *proxy,
guint arg_opidconst
,GError *error);
gboolean out_boolean
e_gdbus_proxy_async_method_done_boolean
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_async_method_done_string (,
EGdbusAsyncOpKeeper *proxy,
guint arg_opidconst
,GError *errorconst
);gchar *out_string
e_gdbus_proxy_async_method_done_string
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_async_method_done_strv (,
EGdbusAsyncOpKeeper *proxy,
guint arg_opidconst
,GError *errorconst
);gchar * const *out_strv
e_gdbus_proxy_async_method_done_strv
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_async_method_done_uint (,
EGdbusAsyncOpKeeper *proxy,
guint arg_opidconst
,GError *error);
guint out_uint
e_gdbus_proxy_async_method_done_uint
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_call_void (const
,gchar *method_name,
gpointer source_tag,
EGdbusAsyncOpKeeper *proxy,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_call_void
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_call_boolean (const
,gchar *method_name,
gpointer source_tag,
EGdbusAsyncOpKeeper *proxy,
gboolean in_boolean,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_call_boolean
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_call_string (const
,gchar *method_name,
gpointer source_tag,
EGdbusAsyncOpKeeper *proxyconst
,gchar *in_string,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_call_string
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_call_strv (const
,gchar *method_name,
gpointer source_tag,
EGdbusAsyncOpKeeper *proxyconst
,gchar * const *in_strv,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_call_strv
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_call_uint (const
,gchar *method_name,
gpointer source_tag,
EGdbusAsyncOpKeeper *proxy,
guint in_uint,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_call_uint
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_finish_call_void (,
EGdbusAsyncOpKeeper *proxy,
GAsyncResult *result,
GError **error);
gpointer source_tag
e_gdbus_proxy_finish_call_void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_finish_call_boolean (,
EGdbusAsyncOpKeeper *proxy,
GAsyncResult *result,
gboolean *out_boolean,
GError **error);
gpointer source_tag
e_gdbus_proxy_finish_call_boolean
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_finish_call_string (,
EGdbusAsyncOpKeeper *proxy,
GAsyncResult *result,
gchar **out_string,
GError **error);
gpointer source_tag
e_gdbus_proxy_finish_call_string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_finish_call_strv (,
EGdbusAsyncOpKeeper *proxy,
GAsyncResult *result,
gchar ***out_strv,
GError **error);
gpointer source_tag
e_gdbus_proxy_finish_call_strv
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_finish_call_uint (,
EGdbusAsyncOpKeeper *proxy,
GAsyncResult *result,
guint *out_uint,
GError **error);
gpointer source_tag
e_gdbus_proxy_finish_call_uint
is deprecated and should not be used in newly-written code.
void (*EGdbusCallStartVoid) (,
GDBusProxy *proxy,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
EGdbusCallStartVoid
is deprecated and should not be used in newly-written code.
void (*EGdbusCallStartBoolean) (,
GDBusProxy *proxy,
gboolean in_boolean,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
EGdbusCallStartBoolean
is deprecated and should not be used in newly-written code.
void (*EGdbusCallStartString) (,
GDBusProxy *proxyconst
,gchar *in_string,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
EGdbusCallStartString
is deprecated and should not be used in newly-written code.
void (*EGdbusCallStartStrv) (,
GDBusProxy *proxyconst
,gchar * const *in_strv,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
EGdbusCallStartStrv
is deprecated and should not be used in newly-written code.
void (*EGdbusCallStartUint) (,
GDBusProxy *proxy,
guint in_uint,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
EGdbusCallStartUint
is deprecated and should not be used in newly-written code.
gboolean (*EGdbusCallFinishVoid) (,
GDBusProxy *proxy,
GAsyncResult *result);
GError **error
EGdbusCallFinishVoid
is deprecated and should not be used in newly-written code.
gboolean (*EGdbusCallFinishBoolean) (,
GDBusProxy *proxy,
GAsyncResult *result,
gboolean *out_boolean);
GError **error
EGdbusCallFinishBoolean
is deprecated and should not be used in newly-written code.
gboolean (*EGdbusCallFinishString) (,
GDBusProxy *proxy,
GAsyncResult *result,
gchar **out_string);
GError **error
EGdbusCallFinishString
is deprecated and should not be used in newly-written code.
gboolean (*EGdbusCallFinishStrv) (,
GDBusProxy *proxy,
GAsyncResult *result,
gchar ***out_strv);
GError **error
EGdbusCallFinishStrv
is deprecated and should not be used in newly-written code.
gboolean (*EGdbusCallFinishUint) (,
GDBusProxy *proxy,
GAsyncResult *result,
guint *out_uint);
GError **error
EGdbusCallFinishUint
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_void__void (,
GDBusProxy *proxy,
GCancellable *cancellable,
GError **errorEGdbusCallStartVoid start_func
,EGdbusCallFinishVoid finish_func
);
e_gdbus_proxy_call_sync_void__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_void__boolean (,
GDBusProxy *proxy,
gboolean *out_boolean,
GCancellable *cancellable,
GError **errorEGdbusCallStartVoid start_func
,EGdbusCallFinishBoolean finish_func
);
e_gdbus_proxy_call_sync_void__boolean
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_void__string (,
GDBusProxy *proxy,
gchar **out_string,
GCancellable *cancellable,
GError **errorEGdbusCallStartVoid start_func
,EGdbusCallFinishString finish_func
);
e_gdbus_proxy_call_sync_void__string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_void__strv (,
GDBusProxy *proxy,
gchar ***out_strv,
GCancellable *cancellable,
GError **errorEGdbusCallStartVoid start_func
,EGdbusCallFinishStrv finish_func
);
e_gdbus_proxy_call_sync_void__strv
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_void__uint (,
GDBusProxy *proxy,
guint *out_uint,
GCancellable *cancellable,
GError **errorEGdbusCallStartVoid start_func
,EGdbusCallFinishUint finish_func
);
e_gdbus_proxy_call_sync_void__uint
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_boolean__void (,
GDBusProxy *proxy,
gboolean in_boolean,
GCancellable *cancellable,
GError **errorEGdbusCallStartBoolean start_func
,EGdbusCallFinishVoid finish_func
);
e_gdbus_proxy_call_sync_boolean__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_string__void (,
GDBusProxy *proxyconst
,gchar *in_string,
GCancellable *cancellable,
GError **errorEGdbusCallStartString start_func
,EGdbusCallFinishVoid finish_func
);
e_gdbus_proxy_call_sync_string__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_strv__void (,
GDBusProxy *proxyconst
,gchar * const *in_strv,
GCancellable *cancellable,
GError **errorEGdbusCallStartStrv start_func
,EGdbusCallFinishVoid finish_func
);
e_gdbus_proxy_call_sync_strv__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_uint__void (,
GDBusProxy *proxy,
guint in_uint,
GCancellable *cancellable,
GError **errorEGdbusCallStartUint start_func
,EGdbusCallFinishVoid finish_func
);
e_gdbus_proxy_call_sync_uint__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_string__string (,
GDBusProxy *proxyconst
,gchar *in_string,
gchar **out_string,
GCancellable *cancellable,
GError **errorEGdbusCallStartString start_func
,EGdbusCallFinishString finish_func
);
e_gdbus_proxy_call_sync_string__string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_string__strv (,
GDBusProxy *proxyconst
,gchar *in_string,
gchar ***out_strv,
GCancellable *cancellable,
GError **errorEGdbusCallStartString start_func
,EGdbusCallFinishStrv finish_func
);
e_gdbus_proxy_call_sync_string__strv
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_strv__string (,
GDBusProxy *proxyconst
,gchar * const *in_strv,
gchar **out_string,
GCancellable *cancellable,
GError **errorEGdbusCallStartStrv start_func
,EGdbusCallFinishString finish_func
);
e_gdbus_proxy_call_sync_strv__string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_call_sync_strv__strv (,
GDBusProxy *proxyconst
,gchar * const *in_strv,
gchar ***out_strv,
GCancellable *cancellable,
GError **errorEGdbusCallStartStrv start_func
,EGdbusCallFinishStrv finish_func
);
e_gdbus_proxy_call_sync_strv__strv
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_method_call_void (const
,gchar *method_name,
GDBusProxy *proxy,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_method_call_void
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_method_call_boolean (const
,gchar *method_name,
GDBusProxy *proxy,
gboolean in_boolean,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_method_call_boolean
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_method_call_string (const
,gchar *method_name,
GDBusProxy *proxyconst
,gchar *in_string,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_method_call_string
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_method_call_strv (const
,gchar *method_name,
GDBusProxy *proxyconst
,gchar * const *in_strv,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_method_call_strv
is deprecated and should not be used in newly-written code.
void e_gdbus_proxy_method_call_uint (const
,gchar *method_name,
GDBusProxy *proxy,
guint in_uint,
GCancellable *cancellable,
GAsyncReadyCallback callback);
gpointer user_data
e_gdbus_proxy_method_call_uint
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_finish_void (,
GDBusProxy *proxy,
GAsyncResult *result);
GError **error
e_gdbus_proxy_method_call_finish_void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_finish_boolean (,
GDBusProxy *proxy,
GAsyncResult *result,
gboolean *out_boolean);
GError **error
e_gdbus_proxy_method_call_finish_boolean
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_finish_string (,
GDBusProxy *proxy,
GAsyncResult *result,
gchar **out_string);
GError **error
e_gdbus_proxy_method_call_finish_string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_finish_strv (,
GDBusProxy *proxy,
GAsyncResult *result,
gchar ***out_strv);
GError **error
e_gdbus_proxy_method_call_finish_strv
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_finish_uint (,
GDBusProxy *proxy,
GAsyncResult *result,
guint *out_uint);
GError **error
e_gdbus_proxy_method_call_finish_uint
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_sync_void__void (const
,gchar *method_name,
GDBusProxy *proxy,
GCancellable *cancellable);
GError **error
e_gdbus_proxy_method_call_sync_void__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_sync_boolean__void (const
,gchar *method_name,
GDBusProxy *proxy,
gboolean in_boolean,
GCancellable *cancellable);
GError **error
e_gdbus_proxy_method_call_sync_boolean__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_sync_string__void (const
,gchar *method_name,
GDBusProxy *proxyconst
,gchar *in_string,
GCancellable *cancellable);
GError **error
e_gdbus_proxy_method_call_sync_string__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_sync_strv__void (const
,gchar *method_name,
GDBusProxy *proxyconst
,gchar * const *in_strv,
GCancellable *cancellable);
GError **error
e_gdbus_proxy_method_call_sync_strv__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_sync_uint__void (const
,gchar *method_name,
GDBusProxy *proxy,
guint in_uint,
GCancellable *cancellable);
GError **error
e_gdbus_proxy_method_call_sync_uint__void
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_sync_string__string (const
,gchar *method_name,
GDBusProxy *proxyconst
,gchar *in_string,
gchar **out_string,
GCancellable *cancellable);
GError **error
e_gdbus_proxy_method_call_sync_string__string
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_proxy_method_call_sync_strv__string (const
,gchar *method_name,
GDBusProxy *proxyconst
,gchar * const *in_strv,
gchar **out_string,
GCancellable *cancellable);
GError **error
e_gdbus_proxy_method_call_sync_strv__string
is deprecated and should not be used in newly-written code.
gchar ** e_gdbus_templates_encode_error (const
);GError *in_error
e_gdbus_templates_encode_error
is deprecated and should not be used in newly-written code.
gboolean e_gdbus_templates_decode_error (const
,gchar * const *in_strv);
GError **out_error
e_gdbus_templates_decode_error
is deprecated and should not be used in newly-written code.
gchar ** e_gdbus_templates_encode_two_strings (const
,gchar *in_str1const
);gchar *in_str2
e_gdbus_templates_encode_two_strings
is deprecated and should not be used in newly-written code.
struct EGdbusAsyncOpKeeperInterface { GTypeInterface parent_iface; GHashTable * (* get_pending_ops) (EGdbusAsyncOpKeeper *object); gboolean (* cancel_op_sync) (EGdbusAsyncOpKeeper *object, guint in_opid, GCancellable *cancellable, GError **error); };
EGdbusAsyncOpKeeperInterface
is deprecated and should not be used in newly-written code.