base-media-call-stream.h | base-media-call-stream.h | |||
---|---|---|---|---|
skipping to change at line 121 | skipping to change at line 121 | |||
TpStreamFlowState tp_base_media_call_stream_get_sending_state ( | TpStreamFlowState tp_base_media_call_stream_get_sending_state ( | |||
TpBaseMediaCallStream *self); | TpBaseMediaCallStream *self); | |||
TpStreamFlowState tp_base_media_call_stream_get_receiving_state ( | TpStreamFlowState tp_base_media_call_stream_get_receiving_state ( | |||
TpBaseMediaCallStream *self); | TpBaseMediaCallStream *self); | |||
void tp_base_media_call_stream_update_receiving_state ( | void tp_base_media_call_stream_update_receiving_state ( | |||
TpBaseMediaCallStream *self); | TpBaseMediaCallStream *self); | |||
void tp_base_media_call_stream_update_sending_state ( | void tp_base_media_call_stream_update_sending_state ( | |||
TpBaseMediaCallStream *self); | TpBaseMediaCallStream *self); | |||
void tp_base_media_call_stream_set_local_sending (TpBaseMediaCallStream *se lf, | void tp_base_media_call_stream_set_local_sending (TpBaseMediaCallStream *se lf, | |||
gboolean sending); | gboolean sending); | |||
gboolean tp_base_media_call_stream_get_local_sending ( | ||||
TpBaseMediaCallStream *self); | ||||
GPtrArray *tp_base_media_call_stream_get_local_candidates ( | GPtrArray *tp_base_media_call_stream_get_local_candidates ( | |||
TpBaseMediaCallStream *self); | TpBaseMediaCallStream *self); | |||
G_END_DECLS | G_END_DECLS | |||
#endif /* #ifndef __TP_BASE_MEDIA_CALL_STREAM_H__*/ | #endif /* #ifndef __TP_BASE_MEDIA_CALL_STREAM_H__*/ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
call-channel.h | call-channel.h | |||
---|---|---|---|---|
skipping to change at line 64 | skipping to change at line 64 | |||
}; | }; | |||
GType tp_call_channel_get_type (void); | GType tp_call_channel_get_type (void); | |||
typedef struct _TpCallStateReason TpCallStateReason; | typedef struct _TpCallStateReason TpCallStateReason; | |||
struct _TpCallStateReason | struct _TpCallStateReason | |||
{ | { | |||
TpHandle actor; | TpHandle actor; | |||
TpCallStateChangeReason reason; | TpCallStateChangeReason reason; | |||
gchar *dbus_reason; | gchar *dbus_reason; | |||
gchar *message; | ||||
/*<private>*/ | /*<private>*/ | |||
guint ref_count; | guint ref_count; | |||
}; | }; | |||
#define TP_TYPE_CALL_STATE_REASON (tp_call_state_reason_get_type ()) | #define TP_TYPE_CALL_STATE_REASON (tp_call_state_reason_get_type ()) | |||
GType tp_call_state_reason_get_type (void); | GType tp_call_state_reason_get_type (void); | |||
#define TP_CALL_CHANNEL_FEATURE_CORE \ | #define TP_CALL_CHANNEL_FEATURE_CORE \ | |||
tp_call_channel_get_feature_quark_core () | tp_call_channel_get_feature_quark_core () | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||