| tp-cli-channel.h | | tp-cli-channel.h | |
| | | | |
| skipping to change at line 23 | | skipping to change at line 23 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_close (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_call_close (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_callback_for_close callback, | | tp_cli_channel_callback_for_close callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_run_close (TpChannel *proxy, | | gboolean tp_cli_channel_run_close (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_callback_for_get_channel_type) (TpChannel *pr
oxy, | | typedef void (*tp_cli_channel_callback_for_get_channel_type) (TpChannel *pr
oxy, | |
| const gchar *out_Channel_Type, | | const gchar *out_Channel_Type, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_get_channel_type (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_call_get_channel_type (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_callback_for_get_channel_type callback, | | tp_cli_channel_callback_for_get_channel_type callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_run_get_channel_type (TpChannel *proxy, | | gboolean tp_cli_channel_run_get_channel_type (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar **out_Channel_Type, | | gchar **out_Channel_Type, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_callback_for_get_handle) (TpChannel *proxy, | | typedef void (*tp_cli_channel_callback_for_get_handle) (TpChannel *proxy, | |
| guint out_Target_Handle_Type, | | guint out_Target_Handle_Type, | |
| guint out_Target_Handle, | | guint out_Target_Handle, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_get_handle (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_call_get_handle (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_callback_for_get_handle callback, | | tp_cli_channel_callback_for_get_handle callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_run_get_handle (TpChannel *proxy, | | gboolean tp_cli_channel_run_get_handle (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_Target_Handle_Type, | | guint *out_Target_Handle_Type, | |
| guint *out_Target_Handle, | | guint *out_Target_Handle, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_callback_for_get_interfaces) (TpChannel *prox
y, | | typedef void (*tp_cli_channel_callback_for_get_interfaces) (TpChannel *prox
y, | |
| const gchar **out_Interfaces, | | const gchar **out_Interfaces, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_call_get_interfaces (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_call_get_interfaces (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_callback_for_get_interfaces callback, | | tp_cli_channel_callback_for_get_interfaces callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_run_get_interfaces (TpChannel *proxy, | | gboolean tp_cli_channel_run_get_interfaces (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar ***out_Interfaces, | | gchar ***out_Interfaces, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_call_state_signal_callback_call_sta
te_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_call_state_signal_callback_call_sta
te_changed) (TpChannel *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| guint arg_State, | | guint arg_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_call_state_connect_to_cal
l_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_call_state_connect_to_cal
l_state_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_call_state_signal_callback_call_state_changed
callback, | | tp_cli_channel_interface_call_state_signal_callback_call_state_changed
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 107 | | skipping to change at line 115 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_call_state_call_get_call_state
s (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_call_state_call_get_call_state
s (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_call_state_callback_for_get_call_states callba
ck, | | tp_cli_channel_interface_call_state_callback_for_get_call_states callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_call_state_run_get_call_states (TpChannel
*proxy, | | gboolean tp_cli_channel_interface_call_state_run_get_call_states (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable **out_States, | | GHashTable **out_States, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_chat_state_signal_callback_chat_sta
te_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_chat_state_signal_callback_chat_sta
te_changed) (TpChannel *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| guint arg_State, | | guint arg_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_chat_state_connect_to_cha
t_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_chat_state_connect_to_cha
t_state_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_chat_state_signal_callback_chat_state_changed
callback, | | tp_cli_channel_interface_chat_state_signal_callback_chat_state_changed
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 136 | | skipping to change at line 146 | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_chat_state_call_set_chat_state
(TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_chat_state_call_set_chat_state
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_State, | | guint in_State, | |
| tp_cli_channel_interface_chat_state_callback_for_set_chat_state callbac
k, | | tp_cli_channel_interface_chat_state_callback_for_set_chat_state callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_chat_state_run_set_chat_state (TpChannel
*proxy, | | gboolean tp_cli_channel_interface_chat_state_run_set_chat_state (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_State, | | guint in_State, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_dtmf_callback_for_start_tone) (TpCh
annel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_callback_for_start_tone) (TpCh
annel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_start_tone (TpChanne
l *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_start_tone (TpChanne
l *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| guchar in_Event, | | guchar in_Event, | |
| tp_cli_channel_interface_dtmf_callback_for_start_tone callback, | | tp_cli_channel_interface_dtmf_callback_for_start_tone callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_dtmf_run_start_tone (TpChannel *proxy, | | gboolean tp_cli_channel_interface_dtmf_run_start_tone (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| guchar in_Event, | | guchar in_Event, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_dtmf_callback_for_stop_tone) (TpCha
nnel *proxy, | | typedef void (*tp_cli_channel_interface_dtmf_callback_for_stop_tone) (TpCha
nnel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_stop_tone (TpChannel
*proxy, | | TpProxyPendingCall *tp_cli_channel_interface_dtmf_call_stop_tone (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| tp_cli_channel_interface_dtmf_callback_for_stop_tone callback, | | tp_cli_channel_interface_dtmf_callback_for_stop_tone callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_dtmf_run_stop_tone (TpChannel *proxy, | | gboolean tp_cli_channel_interface_dtmf_run_stop_tone (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_destroyable_callback_for_destroy) (
TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_destroyable_callback_for_destroy) (
TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_destroyable_call_destroy (TpCh
annel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_destroyable_call_destroy (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_destroyable_callback_for_destroy callback, | | tp_cli_channel_interface_destroyable_callback_for_destroy callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_destroyable_run_destroy (TpChannel *proxy
, | | gboolean tp_cli_channel_interface_destroyable_run_destroy (TpChannel *proxy
, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_signal_callback_handle_owners
_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_signal_callback_handle_owners
_changed) (TpChannel *proxy, | |
| GHashTable *arg_Added, | | GHashTable *arg_Added, | |
| const GArray *arg_Removed, | | const GArray *arg_Removed, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_handle_o
wners_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_group_connect_to_handle_o
wners_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_group_signal_callback_handle_owners_changed ca
llback, | | tp_cli_channel_interface_group_signal_callback_handle_owners_changed ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 271 | | skipping to change at line 289 | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_add_members (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_add_members (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| tp_cli_channel_interface_group_callback_for_add_members callback, | | tp_cli_channel_interface_group_callback_for_add_members callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_add_members (TpChannel *proxy, | | gboolean tp_cli_channel_interface_group_run_add_members (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_all_members)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_all_members)
(TpChannel *proxy, | |
| const GArray *out_Members, | | const GArray *out_Members, | |
| const GArray *out_Local_Pending, | | const GArray *out_Local_Pending, | |
| const GArray *out_Remote_Pending, | | const GArray *out_Remote_Pending, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_all_members (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_all_members (Tp
Channel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_group_callback_for_get_all_members callback, | | tp_cli_channel_interface_group_callback_for_get_all_members callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_all_members (TpChannel *pro
xy, | | gboolean tp_cli_channel_interface_group_run_get_all_members (TpChannel *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GArray **out_Members, | | GArray **out_Members, | |
| GArray **out_Local_Pending, | | GArray **out_Local_Pending, | |
| GArray **out_Remote_Pending, | | GArray **out_Remote_Pending, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_group_flags)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_group_flags)
(TpChannel *proxy, | |
| guint out_Group_Flags, | | guint out_Group_Flags, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_group_flags (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_group_flags (Tp
Channel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_group_callback_for_get_group_flags callback, | | tp_cli_channel_interface_group_callback_for_get_group_flags callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_group_flags (TpChannel *pro
xy, | | gboolean tp_cli_channel_interface_group_run_get_group_flags (TpChannel *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_Group_Flags, | | guint *out_Group_Flags, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_handle_owner
s) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_handle_owner
s) (TpChannel *proxy, | |
| const GArray *out_Owners, | | const GArray *out_Owners, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_handle_owners (
TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_handle_owners (
TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| tp_cli_channel_interface_group_callback_for_get_handle_owners callback, | | tp_cli_channel_interface_group_callback_for_get_handle_owners callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_handle_owners (TpChannel *p
roxy, | | gboolean tp_cli_channel_interface_group_run_get_handle_owners (TpChannel *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| GArray **out_Owners, | | GArray **out_Owners, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_local_pendin
g_members) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_local_pendin
g_members) (TpChannel *proxy, | |
| const GArray *out_Handles, | | const GArray *out_Handles, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_local_pending_m
embers (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_local_pending_m
embers (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_group_callback_for_get_local_pending_members c
allback, | | tp_cli_channel_interface_group_callback_for_get_local_pending_members c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_local_pending_members (TpCh
annel *proxy, | | gboolean tp_cli_channel_interface_group_run_get_local_pending_members (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GArray **out_Handles, | | GArray **out_Handles, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_local_pendin
g_members_with_info) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_local_pendin
g_members_with_info) (TpChannel *proxy, | |
| const GPtrArray *out_Info, | | const GPtrArray *out_Info, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_local_pending_m
embers_with_info (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_local_pending_m
embers_with_info (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_group_callback_for_get_local_pending_members_w
ith_info callback, | | tp_cli_channel_interface_group_callback_for_get_local_pending_members_w
ith_info callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_local_pending_members_with_
info (TpChannel *proxy, | | gboolean tp_cli_channel_interface_group_run_get_local_pending_members_with_
info (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GPtrArray **out_Info, | | GPtrArray **out_Info, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_members) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_members) (Tp
Channel *proxy, | |
| const GArray *out_Handles, | | const GArray *out_Handles, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_members (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_members (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_group_callback_for_get_members callback, | | tp_cli_channel_interface_group_callback_for_get_members callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_members (TpChannel *proxy, | | gboolean tp_cli_channel_interface_group_run_get_members (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GArray **out_Handles, | | GArray **out_Handles, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_remote_pendi
ng_members) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_remote_pendi
ng_members) (TpChannel *proxy, | |
| const GArray *out_Handles, | | const GArray *out_Handles, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_remote_pending_
members (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_remote_pending_
members (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_group_callback_for_get_remote_pending_members
callback, | | tp_cli_channel_interface_group_callback_for_get_remote_pending_members
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_remote_pending_members (TpC
hannel *proxy, | | gboolean tp_cli_channel_interface_group_run_get_remote_pending_members (TpC
hannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GArray **out_Handles, | | GArray **out_Handles, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_get_self_handle)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_get_self_handle)
(TpChannel *proxy, | |
| guint out_Self_Handle, | | guint out_Self_Handle, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_get_self_handle (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_get_self_handle (Tp
Channel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_group_callback_for_get_self_handle callback, | | tp_cli_channel_interface_group_callback_for_get_self_handle callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_get_self_handle (TpChannel *pro
xy, | | gboolean tp_cli_channel_interface_group_run_get_self_handle (TpChannel *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_Self_Handle, | | guint *out_Self_Handle, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_remove_members)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_remove_members)
(TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_remove_members (TpC
hannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_remove_members (TpC
hannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| tp_cli_channel_interface_group_callback_for_remove_members callback, | | tp_cli_channel_interface_group_callback_for_remove_members callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_remove_members (TpChannel *prox
y, | | gboolean tp_cli_channel_interface_group_run_remove_members (TpChannel *prox
y, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_group_callback_for_remove_members_w
ith_reason) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_group_callback_for_remove_members_w
ith_reason) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_group_call_remove_members_with
_reason (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_group_call_remove_members_with
_reason (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| guint in_Reason, | | guint in_Reason, | |
| tp_cli_channel_interface_group_callback_for_remove_members_with_reason
callback, | | tp_cli_channel_interface_group_callback_for_remove_members_with_reason
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_group_run_remove_members_with_reason (TpC
hannel *proxy, | | gboolean tp_cli_channel_interface_group_run_remove_members_with_reason (TpC
hannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| const gchar *in_Message, | | const gchar *in_Message, | |
| guint in_Reason, | | guint in_Reason, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_hold_signal_callback_hold_state_cha
nged) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_hold_signal_callback_hold_state_cha
nged) (TpChannel *proxy, | |
| guint arg_HoldState, | | guint arg_HoldState, | |
| guint arg_Reason, | | guint arg_Reason, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_hold_connect_to_hold_stat
e_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_hold_connect_to_hold_stat
e_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_hold_signal_callback_hold_state_changed callba
ck, | | tp_cli_channel_interface_hold_signal_callback_hold_state_changed callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 494 | | skipping to change at line 534 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_hold_call_get_hold_state (TpCh
annel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_hold_call_get_hold_state (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_hold_callback_for_get_hold_state callback, | | tp_cli_channel_interface_hold_callback_for_get_hold_state callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_hold_run_get_hold_state (TpChannel *proxy
, | | gboolean tp_cli_channel_interface_hold_run_get_hold_state (TpChannel *proxy
, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_HoldState, | | guint *out_HoldState, | |
| guint *out_Reason, | | guint *out_Reason, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_hold_callback_for_request_hold) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_interface_hold_callback_for_request_hold) (Tp
Channel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_hold_call_request_hold (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_hold_call_request_hold (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gboolean in_Hold, | | gboolean in_Hold, | |
| tp_cli_channel_interface_hold_callback_for_request_hold callback, | | tp_cli_channel_interface_hold_callback_for_request_hold callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_hold_run_request_hold (TpChannel *proxy, | | gboolean tp_cli_channel_interface_hold_run_request_hold (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gboolean in_Hold, | | gboolean in_Hold, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_media_signalling_signal_callback_ne
w_session_handler) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_media_signalling_signal_callback_ne
w_session_handler) (TpChannel *proxy, | |
| const gchar *arg_Session_Handler, | | const gchar *arg_Session_Handler, | |
| const gchar *arg_Session_Type, | | const gchar *arg_Session_Type, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_media_signalling_connect_
to_new_session_handler (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_media_signalling_connect_
to_new_session_handler (TpChannel *proxy, | |
| tp_cli_channel_interface_media_signalling_signal_callback_new_session_h
andler callback, | | tp_cli_channel_interface_media_signalling_signal_callback_new_session_h
andler callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 542 | | skipping to change at line 586 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_media_signalling_call_get_sess
ion_handlers (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_media_signalling_call_get_sess
ion_handlers (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_media_signalling_callback_for_get_session_hand
lers callback, | | tp_cli_channel_interface_media_signalling_callback_for_get_session_hand
lers callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_media_signalling_run_get_session_handlers
(TpChannel *proxy, | | gboolean tp_cli_channel_interface_media_signalling_run_get_session_handlers
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GPtrArray **out_Session_Handlers, | | GPtrArray **out_Session_Handlers, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_messages_signal_callback_message_se
nt) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_messages_signal_callback_message_se
nt) (TpChannel *proxy, | |
| const GPtrArray *arg_Content, | | const GPtrArray *arg_Content, | |
| guint arg_Flags, | | guint arg_Flags, | |
| const gchar *arg_Message_Token, | | const gchar *arg_Message_Token, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_messages_connect_to_messa
ge_sent (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_messages_connect_to_messa
ge_sent (TpChannel *proxy, | |
| tp_cli_channel_interface_messages_signal_callback_message_sent callback
, | | tp_cli_channel_interface_messages_signal_callback_message_sent callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| | | | |
| skipping to change at line 594 | | skipping to change at line 640 | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_messages_call_send_message (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_messages_call_send_message (Tp
Channel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Message, | | const GPtrArray *in_Message, | |
| guint in_Flags, | | guint in_Flags, | |
| tp_cli_channel_interface_messages_callback_for_send_message callback, | | tp_cli_channel_interface_messages_callback_for_send_message callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_messages_run_send_message (TpChannel *pro
xy, | | gboolean tp_cli_channel_interface_messages_run_send_message (TpChannel *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Message, | | const GPtrArray *in_Message, | |
| guint in_Flags, | | guint in_Flags, | |
| gchar **out_Token, | | gchar **out_Token, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_messages_callback_for_get_pending_m
essage_content) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_messages_callback_for_get_pending_m
essage_content) (TpChannel *proxy, | |
| GHashTable *out_Content, | | GHashTable *out_Content, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_messages_call_get_pending_mess
age_content (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_messages_call_get_pending_mess
age_content (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Message_ID, | | guint in_Message_ID, | |
| const GArray *in_Parts, | | const GArray *in_Parts, | |
| tp_cli_channel_interface_messages_callback_for_get_pending_message_cont
ent callback, | | tp_cli_channel_interface_messages_callback_for_get_pending_message_cont
ent callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_messages_run_get_pending_message_content
(TpChannel *proxy, | | gboolean tp_cli_channel_interface_messages_run_get_pending_message_content
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Message_ID, | | guint in_Message_ID, | |
| const GArray *in_Parts, | | const GArray *in_Parts, | |
| GHashTable **out_Content, | | GHashTable **out_Content, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_password_signal_callback_password_f
lags_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_password_signal_callback_password_f
lags_changed) (TpChannel *proxy, | |
| guint arg_Added, | | guint arg_Added, | |
| guint arg_Removed, | | guint arg_Removed, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_password_connect_to_passw
ord_flags_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_password_connect_to_passw
ord_flags_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_password_signal_callback_password_flags_change
d callback, | | tp_cli_channel_interface_password_signal_callback_password_flags_change
d callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 647 | | skipping to change at line 697 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_password_call_get_password_fla
gs (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_password_call_get_password_fla
gs (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_interface_password_callback_for_get_password_flags callb
ack, | | tp_cli_channel_interface_password_callback_for_get_password_flags callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_password_run_get_password_flags (TpChanne
l *proxy, | | gboolean tp_cli_channel_interface_password_run_get_password_flags (TpChanne
l *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_Password_Flags, | | guint *out_Password_Flags, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_password_callback_for_provide_passw
ord) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_password_callback_for_provide_passw
ord) (TpChannel *proxy, | |
| gboolean out_Correct, | | gboolean out_Correct, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_interface_password_call_provide_password
(TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_interface_password_call_provide_password
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Password, | | const gchar *in_Password, | |
| tp_cli_channel_interface_password_callback_for_provide_password callbac
k, | | tp_cli_channel_interface_password_callback_for_provide_password callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_interface_password_run_provide_password (TpChannel
*proxy, | | gboolean tp_cli_channel_interface_password_run_provide_password (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Password, | | const gchar *in_Password, | |
| gboolean *out_Correct, | | gboolean *out_Correct, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_interface_tube_signal_callback_tube_channel_s
tate_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_interface_tube_signal_callback_tube_channel_s
tate_changed) (TpChannel *proxy, | |
| guint arg_State, | | guint arg_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_interface_tube_connect_to_tube_chan
nel_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_interface_tube_connect_to_tube_chan
nel_state_changed (TpChannel *proxy, | |
| tp_cli_channel_interface_tube_signal_callback_tube_channel_state_change
d callback, | | tp_cli_channel_interface_tube_signal_callback_tube_channel_state_change
d callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 708 | | skipping to change at line 762 | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_offer (TpChannel *pr
oxy, | | TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_offer (TpChannel *pr
oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
| guint in_access_control, | | guint in_access_control, | |
| tp_cli_channel_type_dbus_tube_callback_for_offer callback, | | tp_cli_channel_type_dbus_tube_callback_for_offer callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_dbus_tube_run_offer (TpChannel *proxy, | | gboolean tp_cli_channel_type_dbus_tube_run_offer (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
| guint in_access_control, | | guint in_access_control, | |
| gchar **out_address, | | gchar **out_address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_dbus_tube_callback_for_accept) (TpChanne
l *proxy, | | typedef void (*tp_cli_channel_type_dbus_tube_callback_for_accept) (TpChanne
l *proxy, | |
| const gchar *out_address, | | const gchar *out_address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_accept (TpChannel *p
roxy, | | TpProxyPendingCall *tp_cli_channel_type_dbus_tube_call_accept (TpChannel *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_access_control, | | guint in_access_control, | |
| tp_cli_channel_type_dbus_tube_callback_for_accept callback, | | tp_cli_channel_type_dbus_tube_callback_for_accept callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_dbus_tube_run_accept (TpChannel *proxy, | | gboolean tp_cli_channel_type_dbus_tube_run_accept (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_access_control, | | guint in_access_control, | |
| gchar **out_address, | | gchar **out_address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_file_transfer_signal_callback_file_trans
fer_state_changed) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_signal_callback_file_trans
fer_state_changed) (TpChannel *proxy, | |
| guint arg_State, | | guint arg_State, | |
| guint arg_Reason, | | guint arg_Reason, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_file_
transfer_state_changed (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_file_transfer_connect_to_file_
transfer_state_changed (TpChannel *proxy, | |
| tp_cli_channel_type_file_transfer_signal_callback_file_transfer_state_c
hanged callback, | | tp_cli_channel_type_file_transfer_signal_callback_file_transfer_state_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 783 | | skipping to change at line 841 | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| guint64 in_Offset, | | guint64 in_Offset, | |
| tp_cli_channel_type_file_transfer_callback_for_accept_file callback, | | tp_cli_channel_type_file_transfer_callback_for_accept_file callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_file_transfer_run_accept_file (TpChannel *prox
y, | | gboolean tp_cli_channel_type_file_transfer_run_accept_file (TpChannel *prox
y, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| guint64 in_Offset, | | guint64 in_Offset, | |
| GValue **out_Address, | | GValue **out_Address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_file_transfer_callback_for_provide_file)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_type_file_transfer_callback_for_provide_file)
(TpChannel *proxy, | |
| const GValue *out_Address, | | const GValue *out_Address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_file_transfer_call_provide_file (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_file_transfer_call_provide_file (Tp
Channel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| tp_cli_channel_type_file_transfer_callback_for_provide_file callback, | | tp_cli_channel_type_file_transfer_callback_for_provide_file callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_file_transfer_run_provide_file (TpChannel *pro
xy, | | gboolean tp_cli_channel_type_file_transfer_run_provide_file (TpChannel *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| GValue **out_Address, | | GValue **out_Address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_room_list_signal_callback_got_rooms) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_type_room_list_signal_callback_got_rooms) (Tp
Channel *proxy, | |
| const GPtrArray *arg_Rooms, | | const GPtrArray *arg_Rooms, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_room_list_connect_to_got_rooms
(TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_room_list_connect_to_got_rooms
(TpChannel *proxy, | |
| tp_cli_channel_type_room_list_signal_callback_got_rooms callback, | | tp_cli_channel_type_room_list_signal_callback_got_rooms callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 849 | | skipping to change at line 911 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_room_list_call_get_listing_rooms (T
pChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_room_list_call_get_listing_rooms (T
pChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_room_list_callback_for_get_listing_rooms callback, | | tp_cli_channel_type_room_list_callback_for_get_listing_rooms callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_room_list_run_get_listing_rooms (TpChannel *pr
oxy, | | gboolean tp_cli_channel_type_room_list_run_get_listing_rooms (TpChannel *pr
oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gboolean *out_In_Progress, | | gboolean *out_In_Progress, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_room_list_callback_for_list_rooms) (TpCh
annel *proxy, | | typedef void (*tp_cli_channel_type_room_list_callback_for_list_rooms) (TpCh
annel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_room_list_call_list_rooms (TpChanne
l *proxy, | | TpProxyPendingCall *tp_cli_channel_type_room_list_call_list_rooms (TpChanne
l *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_room_list_callback_for_list_rooms callback, | | tp_cli_channel_type_room_list_callback_for_list_rooms callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_room_list_run_list_rooms (TpChannel *proxy, | | gboolean tp_cli_channel_type_room_list_run_list_rooms (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_room_list_callback_for_stop_listing) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_type_room_list_callback_for_stop_listing) (Tp
Channel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_room_list_call_stop_listing (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_room_list_call_stop_listing (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_room_list_callback_for_stop_listing callback, | | tp_cli_channel_type_room_list_callback_for_stop_listing callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_room_list_run_stop_listing (TpChannel *proxy, | | gboolean tp_cli_channel_type_room_list_run_stop_listing (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_stream_tube_signal_callback_new_remote_c
onnection) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_stream_tube_signal_callback_new_remote_c
onnection) (TpChannel *proxy, | |
| guint arg_Handle, | | guint arg_Handle, | |
| const GValue *arg_Connection_Param, | | const GValue *arg_Connection_Param, | |
| guint arg_Connection_ID, | | guint arg_Connection_ID, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_new_rem
ote_connection (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_stream_tube_connect_to_new_rem
ote_connection (TpChannel *proxy, | |
| tp_cli_channel_type_stream_tube_signal_callback_new_remote_connection c
allback, | | tp_cli_channel_type_stream_tube_signal_callback_new_remote_connection c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| | | | |
| skipping to change at line 936 | | skipping to change at line 1004 | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| const GValue *in_address, | | const GValue *in_address, | |
| guint in_access_control, | | guint in_access_control, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
| tp_cli_channel_type_stream_tube_callback_for_offer callback, | | tp_cli_channel_type_stream_tube_callback_for_offer callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_stream_tube_run_offer (TpChannel *proxy, | | gboolean tp_cli_channel_type_stream_tube_run_offer (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| const GValue *in_address, | | const GValue *in_address, | |
| guint in_access_control, | | guint in_access_control, | |
| GHashTable *in_parameters, | | GHashTable *in_parameters, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_stream_tube_callback_for_accept) (TpChan
nel *proxy, | | typedef void (*tp_cli_channel_type_stream_tube_callback_for_accept) (TpChan
nel *proxy, | |
| const GValue *out_address, | | const GValue *out_address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_stream_tube_call_accept (TpChannel
*proxy, | | TpProxyPendingCall *tp_cli_channel_type_stream_tube_call_accept (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| guint in_access_control, | | guint in_access_control, | |
| const GValue *in_access_control_param, | | const GValue *in_access_control_param, | |
| tp_cli_channel_type_stream_tube_callback_for_accept callback, | | tp_cli_channel_type_stream_tube_callback_for_accept callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_stream_tube_run_accept (TpChannel *proxy, | | gboolean tp_cli_channel_type_stream_tube_run_accept (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_address_type, | | guint in_address_type, | |
| guint in_access_control, | | guint in_access_control, | |
| const GValue *in_access_control_param, | | const GValue *in_access_control_param, | |
| GValue **out_address, | | GValue **out_address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_signal_callback_stream_ad
ded) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_streamed_media_signal_callback_stream_ad
ded) (TpChannel *proxy, | |
| guint arg_Stream_ID, | | guint arg_Stream_ID, | |
| guint arg_Contact_Handle, | | guint arg_Contact_Handle, | |
| guint arg_Stream_Type, | | guint arg_Stream_Type, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_streamed_media_connect_to_stre
am_added (TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_streamed_media_connect_to_stre
am_added (TpChannel *proxy, | |
| tp_cli_channel_type_streamed_media_signal_callback_stream_added callbac
k, | | tp_cli_channel_type_streamed_media_signal_callback_stream_added callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| | | | |
| skipping to change at line 1038 | | skipping to change at line 1110 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_list_streams (T
pChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_list_streams (T
pChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_streamed_media_callback_for_list_streams callback, | | tp_cli_channel_type_streamed_media_callback_for_list_streams callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_streamed_media_run_list_streams (TpChannel *pr
oxy, | | gboolean tp_cli_channel_type_streamed_media_run_list_streams (TpChannel *pr
oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GPtrArray **out_Streams, | | GPtrArray **out_Streams, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_callback_for_remove_strea
ms) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_streamed_media_callback_for_remove_strea
ms) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_remove_streams
(TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_remove_streams
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Streams, | | const GArray *in_Streams, | |
| tp_cli_channel_type_streamed_media_callback_for_remove_streams callback
, | | tp_cli_channel_type_streamed_media_callback_for_remove_streams callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_streamed_media_run_remove_streams (TpChannel *
proxy, | | gboolean tp_cli_channel_type_streamed_media_run_remove_streams (TpChannel *
proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Streams, | | const GArray *in_Streams, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_callback_for_request_stre
am_direction) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_streamed_media_callback_for_request_stre
am_direction) (TpChannel *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_request_stream_
direction (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_request_stream_
direction (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| guint in_Stream_Direction, | | guint in_Stream_Direction, | |
| tp_cli_channel_type_streamed_media_callback_for_request_stream_directio
n callback, | | tp_cli_channel_type_streamed_media_callback_for_request_stream_directio
n callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_streamed_media_run_request_stream_direction (T
pChannel *proxy, | | gboolean tp_cli_channel_type_streamed_media_run_request_stream_direction (T
pChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Stream_ID, | | guint in_Stream_ID, | |
| guint in_Stream_Direction, | | guint in_Stream_Direction, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_streamed_media_callback_for_request_stre
ams) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_streamed_media_callback_for_request_stre
ams) (TpChannel *proxy, | |
| const GPtrArray *out_Streams, | | const GPtrArray *out_Streams, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_request_streams
(TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_streamed_media_call_request_streams
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact_Handle, | | guint in_Contact_Handle, | |
| const GArray *in_Types, | | const GArray *in_Types, | |
| tp_cli_channel_type_streamed_media_callback_for_request_streams callbac
k, | | tp_cli_channel_type_streamed_media_callback_for_request_streams callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_streamed_media_run_request_streams (TpChannel
*proxy, | | gboolean tp_cli_channel_type_streamed_media_run_request_streams (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact_Handle, | | guint in_Contact_Handle, | |
| const GArray *in_Types, | | const GArray *in_Types, | |
| GPtrArray **out_Streams, | | GPtrArray **out_Streams, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_text_signal_callback_lost_message) (TpCh
annel *proxy, | | typedef void (*tp_cli_channel_type_text_signal_callback_lost_message) (TpCh
annel *proxy, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_text_connect_to_lost_message (
TpChannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_text_connect_to_lost_message (
TpChannel *proxy, | |
| tp_cli_channel_type_text_signal_callback_lost_message callback, | | tp_cli_channel_type_text_signal_callback_lost_message callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| | | | |
| skipping to change at line 1165 | | skipping to change at line 1245 | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_acknowledge_pending_messa
ges (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_text_call_acknowledge_pending_messa
ges (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_IDs, | | const GArray *in_IDs, | |
| tp_cli_channel_type_text_callback_for_acknowledge_pending_messages call
back, | | tp_cli_channel_type_text_callback_for_acknowledge_pending_messages call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_text_run_acknowledge_pending_messages (TpChann
el *proxy, | | gboolean tp_cli_channel_type_text_run_acknowledge_pending_messages (TpChann
el *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_IDs, | | const GArray *in_IDs, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_text_callback_for_get_message_types) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_type_text_callback_for_get_message_types) (Tp
Channel *proxy, | |
| const GArray *out_Available_Types, | | const GArray *out_Available_Types, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_get_message_types (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_text_call_get_message_types (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_text_callback_for_get_message_types callback, | | tp_cli_channel_type_text_callback_for_get_message_types callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_text_run_get_message_types (TpChannel *proxy, | | gboolean tp_cli_channel_type_text_run_get_message_types (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GArray **out_Available_Types, | | GArray **out_Available_Types, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_text_callback_for_list_pending_messages)
(TpChannel *proxy, | | typedef void (*tp_cli_channel_type_text_callback_for_list_pending_messages)
(TpChannel *proxy, | |
| const GPtrArray *out_Pending_Messages, | | const GPtrArray *out_Pending_Messages, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_list_pending_messages (Tp
Channel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_text_call_list_pending_messages (Tp
Channel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gboolean in_Clear, | | gboolean in_Clear, | |
| tp_cli_channel_type_text_callback_for_list_pending_messages callback, | | tp_cli_channel_type_text_callback_for_list_pending_messages callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_text_run_list_pending_messages (TpChannel *pro
xy, | | gboolean tp_cli_channel_type_text_run_list_pending_messages (TpChannel *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gboolean in_Clear, | | gboolean in_Clear, | |
| GPtrArray **out_Pending_Messages, | | GPtrArray **out_Pending_Messages, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_text_callback_for_send) (TpChannel *prox
y, | | typedef void (*tp_cli_channel_type_text_callback_for_send) (TpChannel *prox
y, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_text_call_send (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_text_call_send (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Type, | | guint in_Type, | |
| const gchar *in_Text, | | const gchar *in_Text, | |
| tp_cli_channel_type_text_callback_for_send callback, | | tp_cli_channel_type_text_callback_for_send callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_text_run_send (TpChannel *proxy, | | gboolean tp_cli_channel_type_text_run_send (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Type, | | guint in_Type, | |
| const gchar *in_Text, | | const gchar *in_Text, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_signal_callback_new_tube) (TpChann
el *proxy, | | typedef void (*tp_cli_channel_type_tubes_signal_callback_new_tube) (TpChann
el *proxy, | |
| guint arg_ID, | | guint arg_ID, | |
| guint arg_Initiator, | | guint arg_Initiator, | |
| guint arg_Type, | | guint arg_Type, | |
| const gchar *arg_Service, | | const gchar *arg_Service, | |
| GHashTable *arg_Parameters, | | GHashTable *arg_Parameters, | |
| guint arg_State, | | guint arg_State, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_channel_type_tubes_connect_to_new_tube (TpC
hannel *proxy, | | TpProxySignalConnection *tp_cli_channel_type_tubes_connect_to_new_tube (TpC
hannel *proxy, | |
| | | | |
| skipping to change at line 1300 | | skipping to change at line 1388 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_available_stream_tub
e_types (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_available_stream_tub
e_types (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_tubes_callback_for_get_available_stream_tube_types
callback, | | tp_cli_channel_type_tubes_callback_for_get_available_stream_tube_types
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_get_available_stream_tube_types (TpC
hannel *proxy, | | gboolean tp_cli_channel_type_tubes_run_get_available_stream_tube_types (TpC
hannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable **out_Available_Stream_Tube_Types, | | GHashTable **out_Available_Stream_Tube_Types, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_available_tube_ty
pes) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_get_available_tube_ty
pes) (TpChannel *proxy, | |
| const GArray *out_Available_Tube_Types, | | const GArray *out_Available_Tube_Types, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_available_tube_types
(TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_available_tube_types
(TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_tubes_callback_for_get_available_tube_types callbac
k, | | tp_cli_channel_type_tubes_callback_for_get_available_tube_types callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_get_available_tube_types (TpChannel
*proxy, | | gboolean tp_cli_channel_type_tubes_run_get_available_tube_types (TpChannel
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GArray **out_Available_Tube_Types, | | GArray **out_Available_Tube_Types, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_list_tubes) (TpChanne
l *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_list_tubes) (TpChanne
l *proxy, | |
| const GPtrArray *out_Tubes, | | const GPtrArray *out_Tubes, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_list_tubes (TpChannel *p
roxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_list_tubes (TpChannel *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_channel_type_tubes_callback_for_list_tubes callback, | | tp_cli_channel_type_tubes_callback_for_list_tubes callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_list_tubes (TpChannel *proxy, | | gboolean tp_cli_channel_type_tubes_run_list_tubes (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GPtrArray **out_Tubes, | | GPtrArray **out_Tubes, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_offer_d_bus_tube) (Tp
Channel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_offer_d_bus_tube) (Tp
Channel *proxy, | |
| guint out_Tube_ID, | | guint out_Tube_ID, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_offer_d_bus_tube (TpChan
nel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_offer_d_bus_tube (TpChan
nel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Service, | | const gchar *in_Service, | |
| GHashTable *in_Parameters, | | GHashTable *in_Parameters, | |
| tp_cli_channel_type_tubes_callback_for_offer_d_bus_tube callback, | | tp_cli_channel_type_tubes_callback_for_offer_d_bus_tube callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_offer_d_bus_tube (TpChannel *proxy, | | gboolean tp_cli_channel_type_tubes_run_offer_d_bus_tube (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Service, | | const gchar *in_Service, | |
| GHashTable *in_Parameters, | | GHashTable *in_Parameters, | |
| guint *out_Tube_ID, | | guint *out_Tube_ID, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_offer_stream_tube) (T
pChannel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_offer_stream_tube) (T
pChannel *proxy, | |
| guint out_Tube_ID, | | guint out_Tube_ID, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_offer_stream_tube (TpCha
nnel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_offer_stream_tube (TpCha
nnel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Service, | | const gchar *in_Service, | |
| GHashTable *in_Parameters, | | GHashTable *in_Parameters, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| const GValue *in_Address, | | const GValue *in_Address, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| tp_cli_channel_type_tubes_callback_for_offer_stream_tube callback, | | tp_cli_channel_type_tubes_callback_for_offer_stream_tube callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_offer_stream_tube (TpChannel *proxy, | | gboolean tp_cli_channel_type_tubes_run_offer_stream_tube (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Service, | | const gchar *in_Service, | |
| GHashTable *in_Parameters, | | GHashTable *in_Parameters, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| const GValue *in_Address, | | const GValue *in_Address, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| guint *out_Tube_ID, | | guint *out_Tube_ID, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_accept_d_bus_tube) (T
pChannel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_accept_d_bus_tube) (T
pChannel *proxy, | |
| const gchar *out_Address, | | const gchar *out_Address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_accept_d_bus_tube (TpCha
nnel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_accept_d_bus_tube (TpCha
nnel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| tp_cli_channel_type_tubes_callback_for_accept_d_bus_tube callback, | | tp_cli_channel_type_tubes_callback_for_accept_d_bus_tube callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_accept_d_bus_tube (TpChannel *proxy, | | gboolean tp_cli_channel_type_tubes_run_accept_d_bus_tube (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| gchar **out_Address, | | gchar **out_Address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_accept_stream_tube) (
TpChannel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_accept_stream_tube) (
TpChannel *proxy, | |
| const GValue *out_Address, | | const GValue *out_Address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_accept_stream_tube (TpCh
annel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_accept_stream_tube (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| tp_cli_channel_type_tubes_callback_for_accept_stream_tube callback, | | tp_cli_channel_type_tubes_callback_for_accept_stream_tube callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_accept_stream_tube (TpChannel *proxy
, | | gboolean tp_cli_channel_type_tubes_run_accept_stream_tube (TpChannel *proxy
, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| guint in_Address_Type, | | guint in_Address_Type, | |
| guint in_Access_Control, | | guint in_Access_Control, | |
| const GValue *in_Access_Control_Param, | | const GValue *in_Access_Control_Param, | |
| GValue **out_Address, | | GValue **out_Address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_close_tube) (TpChanne
l *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_close_tube) (TpChanne
l *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_close_tube (TpChannel *p
roxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_close_tube (TpChannel *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| tp_cli_channel_type_tubes_callback_for_close_tube callback, | | tp_cli_channel_type_tubes_callback_for_close_tube callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_close_tube (TpChannel *proxy, | | gboolean tp_cli_channel_type_tubes_run_close_tube (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_d_bus_tube_addres
s) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_get_d_bus_tube_addres
s) (TpChannel *proxy, | |
| const gchar *out_Address, | | const gchar *out_Address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_d_bus_tube_address (
TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_d_bus_tube_address (
TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| tp_cli_channel_type_tubes_callback_for_get_d_bus_tube_address callback, | | tp_cli_channel_type_tubes_callback_for_get_d_bus_tube_address callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_get_d_bus_tube_address (TpChannel *p
roxy, | | gboolean tp_cli_channel_type_tubes_run_get_d_bus_tube_address (TpChannel *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| gchar **out_Address, | | gchar **out_Address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_d_bus_names) (TpC
hannel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_get_d_bus_names) (TpC
hannel *proxy, | |
| const GPtrArray *out_DBus_Names, | | const GPtrArray *out_DBus_Names, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_d_bus_names (TpChann
el *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_d_bus_names (TpChann
el *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| tp_cli_channel_type_tubes_callback_for_get_d_bus_names callback, | | tp_cli_channel_type_tubes_callback_for_get_d_bus_names callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_get_d_bus_names (TpChannel *proxy, | | gboolean tp_cli_channel_type_tubes_run_get_d_bus_names (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| GPtrArray **out_DBus_Names, | | GPtrArray **out_DBus_Names, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_channel_type_tubes_callback_for_get_stream_tube_socke
t_address) (TpChannel *proxy, | | typedef void (*tp_cli_channel_type_tubes_callback_for_get_stream_tube_socke
t_address) (TpChannel *proxy, | |
| guint out_Address_Type, | | guint out_Address_Type, | |
| const GValue *out_Address, | | const GValue *out_Address, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_stream_tube_socket_a
ddress (TpChannel *proxy, | | TpProxyPendingCall *tp_cli_channel_type_tubes_call_get_stream_tube_socket_a
ddress (TpChannel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| tp_cli_channel_type_tubes_callback_for_get_stream_tube_socket_address c
allback, | | tp_cli_channel_type_tubes_callback_for_get_stream_tube_socket_address c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_channel_type_tubes_run_get_stream_tube_socket_address (TpCh
annel *proxy, | | gboolean tp_cli_channel_type_tubes_run_get_stream_tube_socket_address (TpCh
annel *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_ID, | | guint in_ID, | |
| guint *out_Address_Type, | | guint *out_Address_Type, | |
| GValue **out_Address, | | GValue **out_Address, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
End of changes. 110 change blocks. |
| 55 lines changed or deleted | | 165 lines changed or added | |
|
| tp-cli-connection.h | | tp-cli-connection.h | |
| | | | |
| skipping to change at line 60 | | skipping to change at line 60 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_connect (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_call_connect (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_connect callback, | | tp_cli_connection_callback_for_connect callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_connect (TpConnection *proxy, | | gboolean tp_cli_connection_run_connect (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_disconnect) (TpConnection *pr
oxy, | | typedef void (*tp_cli_connection_callback_for_disconnect) (TpConnection *pr
oxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_disconnect (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_call_disconnect (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_disconnect callback, | | tp_cli_connection_callback_for_disconnect callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_disconnect (TpConnection *proxy, | | gboolean tp_cli_connection_run_disconnect (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_interfaces) (TpConnection
*proxy, | | typedef void (*tp_cli_connection_callback_for_get_interfaces) (TpConnection
*proxy, | |
| const gchar **out_Interfaces, | | const gchar **out_Interfaces, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_interfaces (TpConnection *pr
oxy, | | TpProxyPendingCall *tp_cli_connection_call_get_interfaces (TpConnection *pr
oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_get_interfaces callback, | | tp_cli_connection_callback_for_get_interfaces callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_get_interfaces (TpConnection *proxy, | | gboolean tp_cli_connection_run_get_interfaces (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar ***out_Interfaces, | | gchar ***out_Interfaces, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_protocol) (TpConnection *
proxy, | | typedef void (*tp_cli_connection_callback_for_get_protocol) (TpConnection *
proxy, | |
| const gchar *out_Protocol, | | const gchar *out_Protocol, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_protocol (TpConnection *prox
y, | | TpProxyPendingCall *tp_cli_connection_call_get_protocol (TpConnection *prox
y, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_get_protocol callback, | | tp_cli_connection_callback_for_get_protocol callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_get_protocol (TpConnection *proxy, | | gboolean tp_cli_connection_run_get_protocol (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar **out_Protocol, | | gchar **out_Protocol, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_self_handle) (TpConnectio
n *proxy, | | typedef void (*tp_cli_connection_callback_for_get_self_handle) (TpConnectio
n *proxy, | |
| guint out_Self_Handle, | | guint out_Self_Handle, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_self_handle (TpConnection *p
roxy, | | TpProxyPendingCall *tp_cli_connection_call_get_self_handle (TpConnection *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_get_self_handle callback, | | tp_cli_connection_callback_for_get_self_handle callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_get_self_handle (TpConnection *proxy, | | gboolean tp_cli_connection_run_get_self_handle (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_Self_Handle, | | guint *out_Self_Handle, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_get_status) (TpConnection *pr
oxy, | | typedef void (*tp_cli_connection_callback_for_get_status) (TpConnection *pr
oxy, | |
| guint out_Status, | | guint out_Status, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_get_status (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_call_get_status (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_get_status callback, | | tp_cli_connection_callback_for_get_status callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_get_status (TpConnection *proxy, | | gboolean tp_cli_connection_run_get_status (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_Status, | | guint *out_Status, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_hold_handles) (TpConnection *
proxy, | | typedef void (*tp_cli_connection_callback_for_hold_handles) (TpConnection *
proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_hold_handles (TpConnection *prox
y, | | TpProxyPendingCall *tp_cli_connection_call_hold_handles (TpConnection *prox
y, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| tp_cli_connection_callback_for_hold_handles callback, | | tp_cli_connection_callback_for_hold_handles callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_hold_handles (TpConnection *proxy, | | gboolean tp_cli_connection_run_hold_handles (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_inspect_handles) (TpConnectio
n *proxy, | | typedef void (*tp_cli_connection_callback_for_inspect_handles) (TpConnectio
n *proxy, | |
| const gchar **out_Identifiers, | | const gchar **out_Identifiers, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_inspect_handles (TpConnection *p
roxy, | | TpProxyPendingCall *tp_cli_connection_call_inspect_handles (TpConnection *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| tp_cli_connection_callback_for_inspect_handles callback, | | tp_cli_connection_callback_for_inspect_handles callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_inspect_handles (TpConnection *proxy, | | gboolean tp_cli_connection_run_inspect_handles (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| gchar ***out_Identifiers, | | gchar ***out_Identifiers, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_list_channels) (TpConnection
*proxy, | | typedef void (*tp_cli_connection_callback_for_list_channels) (TpConnection
*proxy, | |
| const GPtrArray *out_Channel_Info, | | const GPtrArray *out_Channel_Info, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_list_channels (TpConnection *pro
xy, | | TpProxyPendingCall *tp_cli_connection_call_list_channels (TpConnection *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_callback_for_list_channels callback, | | tp_cli_connection_callback_for_list_channels callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_list_channels (TpConnection *proxy, | | gboolean tp_cli_connection_run_list_channels (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GPtrArray **out_Channel_Info, | | GPtrArray **out_Channel_Info, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_release_handles) (TpConnectio
n *proxy, | | typedef void (*tp_cli_connection_callback_for_release_handles) (TpConnectio
n *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_release_handles (TpConnection *p
roxy, | | TpProxyPendingCall *tp_cli_connection_call_release_handles (TpConnection *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| tp_cli_connection_callback_for_release_handles callback, | | tp_cli_connection_callback_for_release_handles callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_release_handles (TpConnection *proxy, | | gboolean tp_cli_connection_run_release_handles (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_request_channel) (TpConnectio
n *proxy, | | typedef void (*tp_cli_connection_callback_for_request_channel) (TpConnectio
n *proxy, | |
| const gchar *out_Object_Path, | | const gchar *out_Object_Path, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_request_channel (TpConnection *p
roxy, | | TpProxyPendingCall *tp_cli_connection_call_request_channel (TpConnection *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Type, | | const gchar *in_Type, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| guint in_Handle, | | guint in_Handle, | |
| gboolean in_Suppress_Handler, | | gboolean in_Suppress_Handler, | |
| tp_cli_connection_callback_for_request_channel callback, | | tp_cli_connection_callback_for_request_channel callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_request_channel (TpConnection *proxy, | | gboolean tp_cli_connection_run_request_channel (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Type, | | const gchar *in_Type, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| guint in_Handle, | | guint in_Handle, | |
| gboolean in_Suppress_Handler, | | gboolean in_Suppress_Handler, | |
| gchar **out_Object_Path, | | gchar **out_Object_Path, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_callback_for_request_handles) (TpConnectio
n *proxy, | | typedef void (*tp_cli_connection_callback_for_request_handles) (TpConnectio
n *proxy, | |
| const GArray *out_Handles, | | const GArray *out_Handles, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_call_request_handles (TpConnection *p
roxy, | | TpProxyPendingCall *tp_cli_connection_call_request_handles (TpConnection *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const gchar **in_Identifiers, | | const gchar **in_Identifiers, | |
| tp_cli_connection_callback_for_request_handles callback, | | tp_cli_connection_callback_for_request_handles callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_run_request_handles (TpConnection *proxy, | | gboolean tp_cli_connection_run_request_handles (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Handle_Type, | | guint in_Handle_Type, | |
| const gchar **in_Identifiers, | | const gchar **in_Identifiers, | |
| GArray **out_Handles, | | GArray **out_Handles, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_aliasing_signal_callback_aliases
_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_aliasing_signal_callback_aliases
_changed) (TpConnection *proxy, | |
| const GPtrArray *arg_Aliases, | | const GPtrArray *arg_Aliases, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_aliasing_connect_to_al
iases_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_aliasing_connect_to_al
iases_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_aliasing_signal_callback_aliases_changed ca
llback, | | tp_cli_connection_interface_aliasing_signal_callback_aliases_changed ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 303 | | skipping to change at line 327 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_get_alias_fla
gs (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_get_alias_fla
gs (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_aliasing_callback_for_get_alias_flags callb
ack, | | tp_cli_connection_interface_aliasing_callback_for_get_alias_flags callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_aliasing_run_get_alias_flags (TpConnec
tion *proxy, | | gboolean tp_cli_connection_interface_aliasing_run_get_alias_flags (TpConnec
tion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint *out_Alias_Flags, | | guint *out_Alias_Flags, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_aliasing_callback_for_request_al
iases) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_aliasing_callback_for_request_al
iases) (TpConnection *proxy, | |
| const gchar **out_Aliases, | | const gchar **out_Aliases, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_request_alias
es (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_request_alias
es (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_aliasing_callback_for_request_aliases callb
ack, | | tp_cli_connection_interface_aliasing_callback_for_request_aliases callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_aliasing_run_request_aliases (TpConnec
tion *proxy, | | gboolean tp_cli_connection_interface_aliasing_run_request_aliases (TpConnec
tion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| gchar ***out_Aliases, | | gchar ***out_Aliases, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_aliasing_callback_for_get_aliase
s) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_aliasing_callback_for_get_aliase
s) (TpConnection *proxy, | |
| GHashTable *out_Aliases, | | GHashTable *out_Aliases, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_get_aliases (
TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_get_aliases (
TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_aliasing_callback_for_get_aliases callback, | | tp_cli_connection_interface_aliasing_callback_for_get_aliases callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_aliasing_run_get_aliases (TpConnection
*proxy, | | gboolean tp_cli_connection_interface_aliasing_run_get_aliases (TpConnection
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| GHashTable **out_Aliases, | | GHashTable **out_Aliases, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_aliasing_callback_for_set_aliase
s) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_aliasing_callback_for_set_aliase
s) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_set_aliases (
TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_aliasing_call_set_aliases (
TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Aliases, | | GHashTable *in_Aliases, | |
| tp_cli_connection_interface_aliasing_callback_for_set_aliases callback, | | tp_cli_connection_interface_aliasing_callback_for_set_aliases callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_aliasing_run_set_aliases (TpConnection
*proxy, | | gboolean tp_cli_connection_interface_aliasing_run_set_aliases (TpConnection
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Aliases, | | GHashTable *in_Aliases, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_signal_callback_avatar_u
pdated) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_signal_callback_avatar_u
pdated) (TpConnection *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| const gchar *arg_New_Avatar_Token, | | const gchar *arg_New_Avatar_Token, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_avatars_connect_to_ava
tar_updated (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_avatars_connect_to_ava
tar_updated (TpConnection *proxy, | |
| tp_cli_connection_interface_avatars_signal_callback_avatar_updated call
back, | | tp_cli_connection_interface_avatars_signal_callback_avatar_updated call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 408 | | skipping to change at line 440 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_avatar_req
uirements (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_avatar_req
uirements (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_avatars_callback_for_get_avatar_requirement
s callback, | | tp_cli_connection_interface_avatars_callback_for_get_avatar_requirement
s callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_avatars_run_get_avatar_requirements (T
pConnection *proxy, | | gboolean tp_cli_connection_interface_avatars_run_get_avatar_requirements (T
pConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar ***out_MIME_Types, | | gchar ***out_MIME_Types, | |
| guint *out_Min_Width, | | guint *out_Min_Width, | |
| guint *out_Min_Height, | | guint *out_Min_Height, | |
| guint *out_Max_Width, | | guint *out_Max_Width, | |
| guint *out_Max_Height, | | guint *out_Max_Height, | |
| guint *out_Max_Bytes, | | guint *out_Max_Bytes, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_get_avatar_
tokens) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_get_avatar_
tokens) (TpConnection *proxy, | |
| const gchar **out_Tokens, | | const gchar **out_Tokens, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_avatar_tok
ens (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_avatar_tok
ens (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_avatars_callback_for_get_avatar_tokens call
back, | | tp_cli_connection_interface_avatars_callback_for_get_avatar_tokens call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_avatars_run_get_avatar_tokens (TpConne
ction *proxy, | | gboolean tp_cli_connection_interface_avatars_run_get_avatar_tokens (TpConne
ction *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| gchar ***out_Tokens, | | gchar ***out_Tokens, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_get_known_a
vatar_tokens) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_get_known_a
vatar_tokens) (TpConnection *proxy, | |
| GHashTable *out_Tokens, | | GHashTable *out_Tokens, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_known_avat
ar_tokens (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_get_known_avat
ar_tokens (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_avatars_callback_for_get_known_avatar_token
s callback, | | tp_cli_connection_interface_avatars_callback_for_get_known_avatar_token
s callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_avatars_run_get_known_avatar_tokens (T
pConnection *proxy, | | gboolean tp_cli_connection_interface_avatars_run_get_known_avatar_tokens (T
pConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| GHashTable **out_Tokens, | | GHashTable **out_Tokens, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_request_ava
tar) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_request_ava
tar) (TpConnection *proxy, | |
| const GArray *out_Data, | | const GArray *out_Data, | |
| const gchar *out_MIME_Type, | | const gchar *out_MIME_Type, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_request_avatar
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_request_avatar
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| tp_cli_connection_interface_avatars_callback_for_request_avatar callbac
k, | | tp_cli_connection_interface_avatars_callback_for_request_avatar callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_avatars_run_request_avatar (TpConnecti
on *proxy, | | gboolean tp_cli_connection_interface_avatars_run_request_avatar (TpConnecti
on *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| GArray **out_Data, | | GArray **out_Data, | |
| gchar **out_MIME_Type, | | gchar **out_MIME_Type, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_request_ava
tars) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_request_ava
tars) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_request_avatar
s (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_request_avatar
s (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_avatars_callback_for_request_avatars callba
ck, | | tp_cli_connection_interface_avatars_callback_for_request_avatars callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_avatars_run_request_avatars (TpConnect
ion *proxy, | | gboolean tp_cli_connection_interface_avatars_run_request_avatars (TpConnect
ion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_set_avatar)
(TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_set_avatar)
(TpConnection *proxy, | |
| const gchar *out_Token, | | const gchar *out_Token, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_set_avatar (Tp
Connection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_set_avatar (Tp
Connection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Avatar, | | const GArray *in_Avatar, | |
| const gchar *in_MIME_Type, | | const gchar *in_MIME_Type, | |
| tp_cli_connection_interface_avatars_callback_for_set_avatar callback, | | tp_cli_connection_interface_avatars_callback_for_set_avatar callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_avatars_run_set_avatar (TpConnection *
proxy, | | gboolean tp_cli_connection_interface_avatars_run_set_avatar (TpConnection *
proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Avatar, | | const GArray *in_Avatar, | |
| const gchar *in_MIME_Type, | | const gchar *in_MIME_Type, | |
| gchar **out_Token, | | gchar **out_Token, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_avatars_callback_for_clear_avata
r) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_avatars_callback_for_clear_avata
r) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_avatars_call_clear_avatar (
TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_avatars_call_clear_avatar (
TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_avatars_callback_for_clear_avatar callback, | | tp_cli_connection_interface_avatars_callback_for_clear_avatar callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_avatars_run_clear_avatar (TpConnection
*proxy, | | gboolean tp_cli_connection_interface_avatars_run_clear_avatar (TpConnection
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| | | typedef void (*tp_cli_connection_interface_balance_signal_callback_balance_ | |
| | | changed) (TpConnection *proxy, | |
| | | const GValueArray *arg_Balance, | |
| | | gpointer user_data, GObject *weak_object); | |
| | | TpProxySignalConnection *tp_cli_connection_interface_balance_connect_to_bal | |
| | | ance_changed (TpConnection *proxy, | |
| | | tp_cli_connection_interface_balance_signal_callback_balance_changed cal | |
| | | lback, | |
| | | gpointer user_data, | |
| | | GDestroyNotify destroy, | |
| | | GObject *weak_object, | |
| | | GError **error); | |
| | | | |
| typedef void (*tp_cli_connection_interface_capabilities_signal_callback_cap
abilities_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_capabilities_signal_callback_cap
abilities_changed) (TpConnection *proxy, | |
| const GPtrArray *arg_Caps, | | const GPtrArray *arg_Caps, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_capabilities_connect_t
o_capabilities_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_capabilities_connect_t
o_capabilities_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_capabilities_signal_callback_capabilities_c
hanged callback, | | tp_cli_connection_interface_capabilities_signal_callback_capabilities_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 561 | | skipping to change at line 617 | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_capabilities_call_advertise
_capabilities (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_capabilities_call_advertise
_capabilities (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Add, | | const GPtrArray *in_Add, | |
| const gchar **in_Remove, | | const gchar **in_Remove, | |
| tp_cli_connection_interface_capabilities_callback_for_advertise_capabil
ities callback, | | tp_cli_connection_interface_capabilities_callback_for_advertise_capabil
ities callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_capabilities_run_advertise_capabilitie
s (TpConnection *proxy, | | gboolean tp_cli_connection_interface_capabilities_run_advertise_capabilitie
s (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Add, | | const GPtrArray *in_Add, | |
| const gchar **in_Remove, | | const gchar **in_Remove, | |
| GPtrArray **out_Self_Capabilities, | | GPtrArray **out_Self_Capabilities, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_capabilities_callback_for_get_ca
pabilities) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_capabilities_callback_for_get_ca
pabilities) (TpConnection *proxy, | |
| const GPtrArray *out_Contact_Capabilities, | | const GPtrArray *out_Contact_Capabilities, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_capabilities_call_get_capab
ilities (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_capabilities_call_get_capab
ilities (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| tp_cli_connection_interface_capabilities_callback_for_get_capabilities
callback, | | tp_cli_connection_interface_capabilities_callback_for_get_capabilities
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_capabilities_run_get_capabilities (TpC
onnection *proxy, | | gboolean tp_cli_connection_interface_capabilities_run_get_capabilities (TpC
onnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| GPtrArray **out_Contact_Capabilities, | | GPtrArray **out_Contact_Capabilities, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_capabilities_signal_call
back_contact_capabilities_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_capabilities_signal_call
back_contact_capabilities_changed) (TpConnection *proxy, | |
| GHashTable *arg_caps, | | GHashTable *arg_caps, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_contact_capabilities_c
onnect_to_contact_capabilities_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_contact_capabilities_c
onnect_to_contact_capabilities_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_contact_capabilities_signal_callback_contac
t_capabilities_changed callback, | | tp_cli_connection_interface_contact_capabilities_signal_callback_contac
t_capabilities_changed callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 611 | | skipping to change at line 671 | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_capabilities_call_u
pdate_capabilities (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_capabilities_call_u
pdate_capabilities (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Handler_Capabilities, | | const GPtrArray *in_Handler_Capabilities, | |
| tp_cli_connection_interface_contact_capabilities_callback_for_update_ca
pabilities callback, | | tp_cli_connection_interface_contact_capabilities_callback_for_update_ca
pabilities callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_contact_capabilities_run_update_capabi
lities (TpConnection *proxy, | | gboolean tp_cli_connection_interface_contact_capabilities_run_update_capabi
lities (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GPtrArray *in_Handler_Capabilities, | | const GPtrArray *in_Handler_Capabilities, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contact_capabilities_callback_fo
r_get_contact_capabilities) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contact_capabilities_callback_fo
r_get_contact_capabilities) (TpConnection *proxy, | |
| GHashTable *out_Contact_Capabilities, | | GHashTable *out_Contact_Capabilities, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contact_capabilities_call_g
et_contact_capabilities (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contact_capabilities_call_g
et_contact_capabilities (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_handles, | | const GArray *in_handles, | |
| tp_cli_connection_interface_contact_capabilities_callback_for_get_conta
ct_capabilities callback, | | tp_cli_connection_interface_contact_capabilities_callback_for_get_conta
ct_capabilities callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_contact_capabilities_run_get_contact_c
apabilities (TpConnection *proxy, | | gboolean tp_cli_connection_interface_contact_capabilities_run_get_contact_c
apabilities (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_handles, | | const GArray *in_handles, | |
| GHashTable **out_Contact_Capabilities, | | GHashTable **out_Contact_Capabilities, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_contacts_callback_for_get_contac
t_attributes) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_contacts_callback_for_get_contac
t_attributes) (TpConnection *proxy, | |
| GHashTable *out_Attributes, | | GHashTable *out_Attributes, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_contacts_call_get_contact_a
ttributes (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_contacts_call_get_contact_a
ttributes (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
| gboolean in_Hold, | | gboolean in_Hold, | |
| tp_cli_connection_interface_contacts_callback_for_get_contact_attribute
s callback, | | tp_cli_connection_interface_contacts_callback_for_get_contact_attribute
s callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_contacts_run_get_contact_attributes (T
pConnection *proxy, | | gboolean tp_cli_connection_interface_contacts_run_get_contact_attributes (T
pConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Handles, | | const GArray *in_Handles, | |
| const gchar **in_Interfaces, | | const gchar **in_Interfaces, | |
| gboolean in_Hold, | | gboolean in_Hold, | |
| GHashTable **out_Attributes, | | GHashTable **out_Attributes, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_location_signal_callback_locatio
n_updated) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_location_signal_callback_locatio
n_updated) (TpConnection *proxy, | |
| guint arg_Contact, | | guint arg_Contact, | |
| GHashTable *arg_Location, | | GHashTable *arg_Location, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_location_connect_to_lo
cation_updated (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_location_connect_to_lo
cation_updated (TpConnection *proxy, | |
| tp_cli_connection_interface_location_signal_callback_location_updated c
allback, | | tp_cli_connection_interface_location_signal_callback_location_updated c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| | | | |
| skipping to change at line 685 | | skipping to change at line 751 | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_location_call_get_locations
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_location_call_get_locations
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_location_callback_for_get_locations callbac
k, | | tp_cli_connection_interface_location_callback_for_get_locations callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_location_run_get_locations (TpConnecti
on *proxy, | | gboolean tp_cli_connection_interface_location_run_get_locations (TpConnecti
on *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| GHashTable **out_Locations, | | GHashTable **out_Locations, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_location_callback_for_request_lo
cation) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_location_callback_for_request_lo
cation) (TpConnection *proxy, | |
| GHashTable *out_Location, | | GHashTable *out_Location, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_location_call_request_locat
ion (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_location_call_request_locat
ion (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| tp_cli_connection_interface_location_callback_for_request_location call
back, | | tp_cli_connection_interface_location_callback_for_request_location call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_location_run_request_location (TpConne
ction *proxy, | | gboolean tp_cli_connection_interface_location_run_request_location (TpConne
ction *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Contact, | | guint in_Contact, | |
| GHashTable **out_Location, | | GHashTable **out_Location, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_location_callback_for_set_locati
on) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_location_callback_for_set_locati
on) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_location_call_set_location
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_location_call_set_location
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Location, | | GHashTable *in_Location, | |
| tp_cli_connection_interface_location_callback_for_set_location callback
, | | tp_cli_connection_interface_location_callback_for_set_location callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_location_run_set_location (TpConnectio
n *proxy, | | gboolean tp_cli_connection_interface_location_run_set_location (TpConnectio
n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Location, | | GHashTable *in_Location, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_signal_callback_presenc
e_update) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_signal_callback_presenc
e_update) (TpConnection *proxy, | |
| GHashTable *arg_Presence, | | GHashTable *arg_Presence, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_presence_connect_to_pr
esence_update (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_presence_connect_to_pr
esence_update (TpConnection *proxy, | |
| tp_cli_connection_interface_presence_signal_callback_presence_update ca
llback, | | tp_cli_connection_interface_presence_signal_callback_presence_update ca
llback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 753 | | skipping to change at line 825 | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_add_status (T
pConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_add_status (T
pConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
| GHashTable *in_Parameters, | | GHashTable *in_Parameters, | |
| tp_cli_connection_interface_presence_callback_for_add_status callback, | | tp_cli_connection_interface_presence_callback_for_add_status callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_add_status (TpConnection
*proxy, | | gboolean tp_cli_connection_interface_presence_run_add_status (TpConnection
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
| GHashTable *in_Parameters, | | GHashTable *in_Parameters, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_clear_stat
us) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_clear_stat
us) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_clear_status
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_clear_status
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_presence_callback_for_clear_status callback
, | | tp_cli_connection_interface_presence_callback_for_clear_status callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_clear_status (TpConnectio
n *proxy, | | gboolean tp_cli_connection_interface_presence_run_clear_status (TpConnectio
n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_get_presen
ce) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_get_presen
ce) (TpConnection *proxy, | |
| GHashTable *out_Presence, | | GHashTable *out_Presence, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_get_presence
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_get_presence
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_presence_callback_for_get_presence callback
, | | tp_cli_connection_interface_presence_callback_for_get_presence callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_get_presence (TpConnectio
n *proxy, | | gboolean tp_cli_connection_interface_presence_run_get_presence (TpConnectio
n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| GHashTable **out_Presence, | | GHashTable **out_Presence, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_get_status
es) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_get_status
es) (TpConnection *proxy, | |
| GHashTable *out_Available_Statuses, | | GHashTable *out_Available_Statuses, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_get_statuses
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_get_statuses
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_connection_interface_presence_callback_for_get_statuses callback
, | | tp_cli_connection_interface_presence_callback_for_get_statuses callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_get_statuses (TpConnectio
n *proxy, | | gboolean tp_cli_connection_interface_presence_run_get_statuses (TpConnectio
n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable **out_Available_Statuses, | | GHashTable **out_Available_Statuses, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_remove_sta
tus) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_remove_sta
tus) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_remove_status
(TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_remove_status
(TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
| tp_cli_connection_interface_presence_callback_for_remove_status callbac
k, | | tp_cli_connection_interface_presence_callback_for_remove_status callbac
k, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_remove_status (TpConnecti
on *proxy, | | gboolean tp_cli_connection_interface_presence_run_remove_status (TpConnecti
on *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_request_pr
esence) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_request_pr
esence) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_request_prese
nce (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_request_prese
nce (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_presence_callback_for_request_presence call
back, | | tp_cli_connection_interface_presence_callback_for_request_presence call
back, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_request_presence (TpConne
ction *proxy, | | gboolean tp_cli_connection_interface_presence_run_request_presence (TpConne
ction *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_set_last_a
ctivity_time) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_set_last_a
ctivity_time) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_set_last_acti
vity_time (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_set_last_acti
vity_time (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Time, | | guint in_Time, | |
| tp_cli_connection_interface_presence_callback_for_set_last_activity_tim
e callback, | | tp_cli_connection_interface_presence_callback_for_set_last_activity_tim
e callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_set_last_activity_time (T
pConnection *proxy, | | gboolean tp_cli_connection_interface_presence_run_set_last_activity_time (T
pConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| guint in_Time, | | guint in_Time, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_presence_callback_for_set_status
) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_presence_callback_for_set_status
) (TpConnection *proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_presence_call_set_status (T
pConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_presence_call_set_status (T
pConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Statuses, | | GHashTable *in_Statuses, | |
| tp_cli_connection_interface_presence_callback_for_set_status callback, | | tp_cli_connection_interface_presence_callback_for_set_status callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_presence_run_set_status (TpConnection
*proxy, | | gboolean tp_cli_connection_interface_presence_run_set_status (TpConnection
*proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Statuses, | | GHashTable *in_Statuses, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_requests_signal_callback_new_cha
nnels) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_requests_signal_callback_new_cha
nnels) (TpConnection *proxy, | |
| const GPtrArray *arg_Channels, | | const GPtrArray *arg_Channels, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_requests_connect_to_ne
w_channels (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_requests_connect_to_ne
w_channels (TpConnection *proxy, | |
| tp_cli_connection_interface_requests_signal_callback_new_channels callb
ack, | | tp_cli_connection_interface_requests_signal_callback_new_channels callb
ack, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 920 | | skipping to change at line 1008 | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_requests_call_create_channe
l (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_requests_call_create_channe
l (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
| tp_cli_connection_interface_requests_callback_for_create_channel callba
ck, | | tp_cli_connection_interface_requests_callback_for_create_channel callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_requests_run_create_channel (TpConnect
ion *proxy, | | gboolean tp_cli_connection_interface_requests_run_create_channel (TpConnect
ion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
| gchar **out_Channel, | | gchar **out_Channel, | |
| GHashTable **out_Properties, | | GHashTable **out_Properties, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_requests_callback_for_ensure_cha
nnel) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_requests_callback_for_ensure_cha
nnel) (TpConnection *proxy, | |
| gboolean out_Yours, | | gboolean out_Yours, | |
| const gchar *out_Channel, | | const gchar *out_Channel, | |
| GHashTable *out_Properties, | | GHashTable *out_Properties, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_requests_call_ensure_channe
l (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_requests_call_ensure_channe
l (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
| tp_cli_connection_interface_requests_callback_for_ensure_channel callba
ck, | | tp_cli_connection_interface_requests_callback_for_ensure_channel callba
ck, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_requests_run_ensure_channel (TpConnect
ion *proxy, | | gboolean tp_cli_connection_interface_requests_run_ensure_channel (TpConnect
ion *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GHashTable *in_Request, | | GHashTable *in_Request, | |
| gboolean *out_Yours, | | gboolean *out_Yours, | |
| gchar **out_Channel, | | gchar **out_Channel, | |
| GHashTable **out_Properties, | | GHashTable **out_Properties, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_simple_presence_signal_callback_
presences_changed) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_simple_presence_signal_callback_
presences_changed) (TpConnection *proxy, | |
| GHashTable *arg_Presence, | | GHashTable *arg_Presence, | |
| gpointer user_data, GObject *weak_object); | | gpointer user_data, GObject *weak_object); | |
| TpProxySignalConnection *tp_cli_connection_interface_simple_presence_connec
t_to_presences_changed (TpConnection *proxy, | | TpProxySignalConnection *tp_cli_connection_interface_simple_presence_connec
t_to_presences_changed (TpConnection *proxy, | |
| tp_cli_connection_interface_simple_presence_signal_callback_presences_c
hanged callback, | | tp_cli_connection_interface_simple_presence_signal_callback_presences_c
hanged callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object, | | GObject *weak_object, | |
| GError **error); | | GError **error); | |
| | | | |
| skipping to change at line 975 | | skipping to change at line 1067 | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_simple_presence_call_set_pr
esence (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_simple_presence_call_set_pr
esence (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
| const gchar *in_Status_Message, | | const gchar *in_Status_Message, | |
| tp_cli_connection_interface_simple_presence_callback_for_set_presence c
allback, | | tp_cli_connection_interface_simple_presence_callback_for_set_presence c
allback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_simple_presence_run_set_presence (TpCo
nnection *proxy, | | gboolean tp_cli_connection_interface_simple_presence_run_set_presence (TpCo
nnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in_Status, | | const gchar *in_Status, | |
| const gchar *in_Status_Message, | | const gchar *in_Status_Message, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_connection_interface_simple_presence_callback_for_get
_presences) (TpConnection *proxy, | | typedef void (*tp_cli_connection_interface_simple_presence_callback_for_get
_presences) (TpConnection *proxy, | |
| GHashTable *out_Presence, | | GHashTable *out_Presence, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_connection_interface_simple_presence_call_get_pr
esences (TpConnection *proxy, | | TpProxyPendingCall *tp_cli_connection_interface_simple_presence_call_get_pr
esences (TpConnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| tp_cli_connection_interface_simple_presence_callback_for_get_presences
callback, | | tp_cli_connection_interface_simple_presence_callback_for_get_presences
callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_connection_interface_simple_presence_run_get_presences (TpC
onnection *proxy, | | gboolean tp_cli_connection_interface_simple_presence_run_get_presences (TpC
onnection *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const GArray *in_Contacts, | | const GArray *in_Contacts, | |
| GHashTable **out_Presence, | | GHashTable **out_Presence, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
End of changes. 86 change blocks. |
| 43 lines changed or deleted | | 142 lines changed or added | |
|
| tp-cli-dbus-daemon.h | | tp-cli-dbus-daemon.h | |
| | | | |
| skipping to change at line 47 | | skipping to change at line 47 | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_hello (TpDBusDaemon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_hello (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_dbus_daemon_callback_for_hello callback, | | tp_cli_dbus_daemon_callback_for_hello callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_hello (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_hello (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar **out0, | | gchar **out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_request_name) (TpDBusDaemon
*proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_request_name) (TpDBusDaemon
*proxy, | |
| guint out0, | | guint out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_request_name (TpDBusDaemon *pro
xy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_request_name (TpDBusDaemon *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| guint in1, | | guint in1, | |
| tp_cli_dbus_daemon_callback_for_request_name callback, | | tp_cli_dbus_daemon_callback_for_request_name callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_request_name (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_request_name (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| guint in1, | | guint in1, | |
| guint *out0, | | guint *out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_release_name) (TpDBusDaemon
*proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_release_name) (TpDBusDaemon
*proxy, | |
| guint out0, | | guint out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_release_name (TpDBusDaemon *pro
xy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_release_name (TpDBusDaemon *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_release_name callback, | | tp_cli_dbus_daemon_callback_for_release_name callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_release_name (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_release_name (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| guint *out0, | | guint *out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_start_service_by_name) (TpDB
usDaemon *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_start_service_by_name) (TpDB
usDaemon *proxy, | |
| guint out0, | | guint out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_start_service_by_name (TpDBusDa
emon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_start_service_by_name (TpDBusDa
emon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| guint in1, | | guint in1, | |
| tp_cli_dbus_daemon_callback_for_start_service_by_name callback, | | tp_cli_dbus_daemon_callback_for_start_service_by_name callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_start_service_by_name (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_start_service_by_name (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| guint in1, | | guint in1, | |
| guint *out0, | | guint *out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_name_has_owner) (TpDBusDaemo
n *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_name_has_owner) (TpDBusDaemo
n *proxy, | |
| gboolean out0, | | gboolean out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_name_has_owner (TpDBusDaemon *p
roxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_name_has_owner (TpDBusDaemon *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_name_has_owner callback, | | tp_cli_dbus_daemon_callback_for_name_has_owner callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_name_has_owner (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_name_has_owner (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| gboolean *out0, | | gboolean *out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_list_names) (TpDBusDaemon *p
roxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_list_names) (TpDBusDaemon *p
roxy, | |
| const gchar **out0, | | const gchar **out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_list_names (TpDBusDaemon *proxy
, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_list_names (TpDBusDaemon *proxy
, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_dbus_daemon_callback_for_list_names callback, | | tp_cli_dbus_daemon_callback_for_list_names callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_list_names (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_list_names (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar ***out0, | | gchar ***out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_list_activatable_names) (TpD
BusDaemon *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_list_activatable_names) (TpD
BusDaemon *proxy, | |
| const gchar **out0, | | const gchar **out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_list_activatable_names (TpDBusD
aemon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_list_activatable_names (TpDBusD
aemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_dbus_daemon_callback_for_list_activatable_names callback, | | tp_cli_dbus_daemon_callback_for_list_activatable_names callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_list_activatable_names (TpDBusDaemon *proxy
, | | gboolean tp_cli_dbus_daemon_run_list_activatable_names (TpDBusDaemon *proxy
, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar ***out0, | | gchar ***out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_add_match) (TpDBusDaemon *pr
oxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_add_match) (TpDBusDaemon *pr
oxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_add_match (TpDBusDaemon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_add_match (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_add_match callback, | | tp_cli_dbus_daemon_callback_for_add_match callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_add_match (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_add_match (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_remove_match) (TpDBusDaemon
*proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_remove_match) (TpDBusDaemon
*proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_remove_match (TpDBusDaemon *pro
xy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_remove_match (TpDBusDaemon *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_remove_match callback, | | tp_cli_dbus_daemon_callback_for_remove_match callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_remove_match (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_remove_match (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_get_name_owner) (TpDBusDaemo
n *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_get_name_owner) (TpDBusDaemo
n *proxy, | |
| const gchar *out0, | | const gchar *out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_get_name_owner (TpDBusDaemon *p
roxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_get_name_owner (TpDBusDaemon *p
roxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_get_name_owner callback, | | tp_cli_dbus_daemon_callback_for_get_name_owner callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_get_name_owner (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_get_name_owner (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| gchar **out0, | | gchar **out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_list_queued_owners) (TpDBusD
aemon *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_list_queued_owners) (TpDBusD
aemon *proxy, | |
| const gchar **out0, | | const gchar **out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_list_queued_owners (TpDBusDaemo
n *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_list_queued_owners (TpDBusDaemo
n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_list_queued_owners callback, | | tp_cli_dbus_daemon_callback_for_list_queued_owners callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_list_queued_owners (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_list_queued_owners (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| gchar ***out0, | | gchar ***out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_get_connection_unix_user) (T
pDBusDaemon *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_get_connection_unix_user) (T
pDBusDaemon *proxy, | |
| guint out0, | | guint out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_get_connection_unix_user (TpDBu
sDaemon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_get_connection_unix_user (TpDBu
sDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_get_connection_unix_user callback, | | tp_cli_dbus_daemon_callback_for_get_connection_unix_user callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_get_connection_unix_user (TpDBusDaemon *pro
xy, | | gboolean tp_cli_dbus_daemon_run_get_connection_unix_user (TpDBusDaemon *pro
xy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| guint *out0, | | guint *out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_get_connection_unix_process_
id) (TpDBusDaemon *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_get_connection_unix_process_
id) (TpDBusDaemon *proxy, | |
| guint out0, | | guint out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_get_connection_unix_process_id
(TpDBusDaemon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_get_connection_unix_process_id
(TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_get_connection_unix_process_id callback
, | | tp_cli_dbus_daemon_callback_for_get_connection_unix_process_id callback
, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_get_connection_unix_process_id (TpDBusDaemo
n *proxy, | | gboolean tp_cli_dbus_daemon_run_get_connection_unix_process_id (TpDBusDaemo
n *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| guint *out0, | | guint *out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_get_connection_se_linux_secu
rity_context) (TpDBusDaemon *proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_get_connection_se_linux_secu
rity_context) (TpDBusDaemon *proxy, | |
| const GArray *out0, | | const GArray *out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_get_connection_se_linux_securit
y_context (TpDBusDaemon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_get_connection_se_linux_securit
y_context (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| tp_cli_dbus_daemon_callback_for_get_connection_se_linux_security_contex
t callback, | | tp_cli_dbus_daemon_callback_for_get_connection_se_linux_security_contex
t callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_get_connection_se_linux_security_context (T
pDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_get_connection_se_linux_security_context (T
pDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| const gchar *in0, | | const gchar *in0, | |
| GArray **out0, | | GArray **out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_reload_config) (TpDBusDaemon
*proxy, | | typedef void (*tp_cli_dbus_daemon_callback_for_reload_config) (TpDBusDaemon
*proxy, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_reload_config (TpDBusDaemon *pr
oxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_reload_config (TpDBusDaemon *pr
oxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_dbus_daemon_callback_for_reload_config callback, | | tp_cli_dbus_daemon_callback_for_reload_config callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_reload_config (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_reload_config (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| typedef void (*tp_cli_dbus_daemon_callback_for_get_id) (TpDBusDaemon *proxy
, | | typedef void (*tp_cli_dbus_daemon_callback_for_get_id) (TpDBusDaemon *proxy
, | |
| const gchar *out0, | | const gchar *out0, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| TpProxyPendingCall *tp_cli_dbus_daemon_call_get_id (TpDBusDaemon *proxy, | | TpProxyPendingCall *tp_cli_dbus_daemon_call_get_id (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| tp_cli_dbus_daemon_callback_for_get_id callback, | | tp_cli_dbus_daemon_callback_for_get_id callback, | |
| gpointer user_data, | | gpointer user_data, | |
| GDestroyNotify destroy, | | GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_cli_dbus_daemon_run_get_id (TpDBusDaemon *proxy, | | gboolean tp_cli_dbus_daemon_run_get_id (TpDBusDaemon *proxy, | |
| gint timeout_ms, | | gint timeout_ms, | |
| gchar **out0, | | gchar **out0, | |
| GError **error, | | GError **error, | |
|
| GMainLoop **loop); | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
| | | #endif /* not TP_DISABLE_DEPRECATED */ | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
End of changes. 32 change blocks. |
| 16 lines changed or deleted | | 48 lines changed or added | |
|