telepathy-interfaces.h   telepathy-interfaces.h 
skipping to change at line 354 skipping to change at line 354
#define TP_IFACE_QUARK_CONNECTION_INTERFACE_SERVICE_POINT \ #define TP_IFACE_QUARK_CONNECTION_INTERFACE_SERVICE_POINT \
(tp_iface_quark_connection_interface_service_point ()) (tp_iface_quark_connection_interface_service_point ())
GQuark tp_iface_quark_connection_interface_service_point (void); GQuark tp_iface_quark_connection_interface_service_point (void);
#define TP_PROP_CONNECTION_INTERFACE_SERVICE_POINT_KNOWN_SERVICE_POINTS \ #define TP_PROP_CONNECTION_INTERFACE_SERVICE_POINT_KNOWN_SERVICE_POINTS \
"org.freedesktop.Telepathy.Connection.Interface.ServicePoint.KnownServicePo ints" "org.freedesktop.Telepathy.Connection.Interface.ServicePoint.KnownServicePo ints"
#define TP_IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION \ #define TP_IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION \
"org.freedesktop.Telepathy.Connection.Interface.MailNotification.DRAFT" "org.freedesktop.Telepathy.Connection.Interface.MailNotification"
#define TP_IFACE_QUARK_CONNECTION_INTERFACE_MAIL_NOTIFICATION \ #define TP_IFACE_QUARK_CONNECTION_INTERFACE_MAIL_NOTIFICATION \
(tp_iface_quark_connection_interface_mail_notification ()) (tp_iface_quark_connection_interface_mail_notification ())
GQuark tp_iface_quark_connection_interface_mail_notification (void); GQuark tp_iface_quark_connection_interface_mail_notification (void);
#define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_NOTIFICATION_FL AGS \ #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_NOTIFICATION_FL AGS \
"org.freedesktop.Telepathy.Connection.Interface.MailNotification.DRAFT.Mail NotificationFlags" "org.freedesktop.Telepathy.Connection.Interface.MailNotification.MailNotifi cationFlags"
#define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAIL_COUNT \ #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAIL_COUNT \
"org.freedesktop.Telepathy.Connection.Interface.MailNotification.DRAFT.Unre adMailCount" "org.freedesktop.Telepathy.Connection.Interface.MailNotification.UnreadMail Count"
#define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAILS \ #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAILS \
"org.freedesktop.Telepathy.Connection.Interface.MailNotification.DRAFT.Unre adMails" "org.freedesktop.Telepathy.Connection.Interface.MailNotification.UnreadMail s"
#define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_ADDRESS \ #define TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_ADDRESS \
"org.freedesktop.Telepathy.Connection.Interface.MailNotification.DRAFT.Mail Address" "org.freedesktop.Telepathy.Connection.Interface.MailNotification.MailAddres s"
#define TP_IFACE_CHANNEL \ #define TP_IFACE_CHANNEL \
"org.freedesktop.Telepathy.Channel" "org.freedesktop.Telepathy.Channel"
#define TP_IFACE_QUARK_CHANNEL \ #define TP_IFACE_QUARK_CHANNEL \
(tp_iface_quark_channel ()) (tp_iface_quark_channel ())
GQuark tp_iface_quark_channel (void); GQuark tp_iface_quark_channel (void);
#define TP_PROP_CHANNEL_CHANNEL_TYPE \ #define TP_PROP_CHANNEL_CHANNEL_TYPE \
 End of changes. 5 change blocks. 
5 lines changed or deleted 5 lines changed or added


 tp-cli-media-stream-handler.h   tp-cli-media-stream-handler.h 
skipping to change at line 216 skipping to change at line 216
#ifndef TP_DISABLE_DEPRECATED #ifndef TP_DISABLE_DEPRECATED
gboolean tp_cli_media_stream_handler_run_new_active_candidate_pair (TpMedia StreamHandler *proxy, gboolean tp_cli_media_stream_handler_run_new_active_candidate_pair (TpMedia StreamHandler *proxy,
gint timeout_ms, gint timeout_ms,
const gchar *in_Native_Candidate_ID, const gchar *in_Native_Candidate_ID,
const gchar *in_Remote_Candidate_ID, const gchar *in_Remote_Candidate_ID,
GError **error, GError **error,
GMainLoop **loop) _TP_GNUC_DEPRECATED; GMainLoop **loop) _TP_GNUC_DEPRECATED;
#endif /* not TP_DISABLE_DEPRECATED */ #endif /* not TP_DISABLE_DEPRECATED */
typedef void (*tp_cli_media_stream_handler_callback_for_new_active_transpor
t_pair) (TpMediaStreamHandler *proxy,
const GError *error, gpointer user_data,
GObject *weak_object);
TpProxyPendingCall *tp_cli_media_stream_handler_call_new_active_transport_p
air (TpMediaStreamHandler *proxy,
gint timeout_ms,
const gchar *in_Native_Candidate_ID,
const GValueArray *in_Native_Transport,
const gchar *in_Remote_Candidate_ID,
const GValueArray *in_Remote_Transport,
tp_cli_media_stream_handler_callback_for_new_active_transport_pair call
back,
gpointer user_data,
GDestroyNotify destroy,
GObject *weak_object);
#ifndef TP_DISABLE_DEPRECATED
gboolean tp_cli_media_stream_handler_run_new_active_transport_pair (TpMedia
StreamHandler *proxy,
gint timeout_ms,
const gchar *in_Native_Candidate_ID,
const GValueArray *in_Native_Transport,
const gchar *in_Remote_Candidate_ID,
const GValueArray *in_Remote_Transport,
GError **error,
GMainLoop **loop) _TP_GNUC_DEPRECATED;
#endif /* not TP_DISABLE_DEPRECATED */
typedef void (*tp_cli_media_stream_handler_callback_for_new_native_candidat e) (TpMediaStreamHandler *proxy, typedef void (*tp_cli_media_stream_handler_callback_for_new_native_candidat e) (TpMediaStreamHandler *proxy,
const GError *error, gpointer user_data, const GError *error, gpointer user_data,
GObject *weak_object); GObject *weak_object);
TpProxyPendingCall *tp_cli_media_stream_handler_call_new_native_candidate ( TpMediaStreamHandler *proxy, TpProxyPendingCall *tp_cli_media_stream_handler_call_new_native_candidate ( TpMediaStreamHandler *proxy,
gint timeout_ms, gint timeout_ms,
const gchar *in_Candidate_ID, const gchar *in_Candidate_ID,
const GPtrArray *in_Transports, const GPtrArray *in_Transports,
tp_cli_media_stream_handler_callback_for_new_native_candidate callback, tp_cli_media_stream_handler_callback_for_new_native_candidate callback,
gpointer user_data, gpointer user_data,
 End of changes. 1 change blocks. 
0 lines changed or deleted 30 lines changed or added


 tp-svc-media-stream-handler.h   tp-svc-media-stream-handler.h 
skipping to change at line 74 skipping to change at line 74
void tp_svc_media_stream_handler_implement_new_active_candidate_pair (TpSvc MediaStreamHandlerClass *klass, tp_svc_media_stream_handler_new_active_cand idate_pair_impl impl); void tp_svc_media_stream_handler_implement_new_active_candidate_pair (TpSvc MediaStreamHandlerClass *klass, tp_svc_media_stream_handler_new_active_cand idate_pair_impl impl);
static inline static inline
/* this comment is to stop gtkdoc realising this is static */ /* this comment is to stop gtkdoc realising this is static */
void tp_svc_media_stream_handler_return_from_new_active_candidate_pair (DBu sGMethodInvocation *context); void tp_svc_media_stream_handler_return_from_new_active_candidate_pair (DBu sGMethodInvocation *context);
static inline void static inline void
tp_svc_media_stream_handler_return_from_new_active_candidate_pair (DBusGMet hodInvocation *context) tp_svc_media_stream_handler_return_from_new_active_candidate_pair (DBusGMet hodInvocation *context)
{ {
dbus_g_method_return (context); dbus_g_method_return (context);
} }
typedef void (*tp_svc_media_stream_handler_new_active_transport_pair_impl)
(TpSvcMediaStreamHandler *self,
const gchar *in_Native_Candidate_ID,
const GValueArray *in_Native_Transport,
const gchar *in_Remote_Candidate_ID,
const GValueArray *in_Remote_Transport,
DBusGMethodInvocation *context);
void tp_svc_media_stream_handler_implement_new_active_transport_pair (TpSvc
MediaStreamHandlerClass *klass, tp_svc_media_stream_handler_new_active_tran
sport_pair_impl impl);
static inline
/* this comment is to stop gtkdoc realising this is static */
void tp_svc_media_stream_handler_return_from_new_active_transport_pair (DBu
sGMethodInvocation *context);
static inline void
tp_svc_media_stream_handler_return_from_new_active_transport_pair (DBusGMet
hodInvocation *context)
{
dbus_g_method_return (context);
}
typedef void (*tp_svc_media_stream_handler_new_native_candidate_impl) (TpSv cMediaStreamHandler *self, typedef void (*tp_svc_media_stream_handler_new_native_candidate_impl) (TpSv cMediaStreamHandler *self,
const gchar *in_Candidate_ID, const gchar *in_Candidate_ID,
const GPtrArray *in_Transports, const GPtrArray *in_Transports,
DBusGMethodInvocation *context); DBusGMethodInvocation *context);
void tp_svc_media_stream_handler_implement_new_native_candidate (TpSvcMedia StreamHandlerClass *klass, tp_svc_media_stream_handler_new_native_candidate _impl impl); void tp_svc_media_stream_handler_implement_new_native_candidate (TpSvcMedia StreamHandlerClass *klass, tp_svc_media_stream_handler_new_native_candidate _impl impl);
static inline static inline
/* this comment is to stop gtkdoc realising this is static */ /* this comment is to stop gtkdoc realising this is static */
void tp_svc_media_stream_handler_return_from_new_native_candidate (DBusGMet hodInvocation *context); void tp_svc_media_stream_handler_return_from_new_native_candidate (DBusGMet hodInvocation *context);
static inline void static inline void
tp_svc_media_stream_handler_return_from_new_native_candidate (DBusGMethodIn vocation *context) tp_svc_media_stream_handler_return_from_new_native_candidate (DBusGMethodIn vocation *context)
 End of changes. 1 change blocks. 
0 lines changed or deleted 21 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/