_gen-tp-constants.h | _gen-tp-constants.h | |||
---|---|---|---|---|
/* Generated from the Telepathy spec, version 0.15.1 | /* Generated from the Telepathy spec, version 0.15.2 | |||
Copyright (C) 2005, 2006, 2007 Collabora Limited | Copyright (C) 2005, 2006, 2007 Collabora Limited | |||
Copyright (C) 2005, 2006, 2007 Nokia Corporation | Copyright (C) 2005, 2006, 2007 Nokia Corporation | |||
Copyright (C) 2006 INdT | Copyright (C) 2006 INdT | |||
This library is free software; you can redistribute it and/or | This library is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU Lesser General Public | modify it under the terms of the GNU Lesser General Public | |||
License as published by the Free Software Foundation; either | License as published by the Free Software Foundation; either | |||
version 2.1 of the License, or (at your option) any later version. | version 2.1 of the License, or (at your option) any later version. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
tp-chan-iface-dtmf-gen.h | tp-chan-iface-dtmf-gen.h | |||
---|---|---|---|---|
skipping to change at line 29 | skipping to change at line 29 | |||
#endif | #endif | |||
#ifndef DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_Telepathy_Channel_Interfa ce_DTMF | #ifndef DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_Telepathy_Channel_Interfa ce_DTMF | |||
#define DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_Telepathy_Channel_Interfa ce_DTMF | #define DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_Telepathy_Channel_Interfa ce_DTMF | |||
static | static | |||
#ifdef G_HAVE_INLINE | #ifdef G_HAVE_INLINE | |||
inline | inline | |||
#endif | #endif | |||
gboolean | gboolean | |||
tp_chan_iface_dtmf_start_tone (DBusGProxy *proxy, const guint IN_stream_id, const guint IN_event, GError **error) | tp_chan_iface_dtmf_start_tone (DBusGProxy *proxy, const guint IN_stream_id, const guchar IN_event, GError **error) | |||
{ | { | |||
return dbus_g_proxy_call (proxy, "StartTone", error, G_TYPE_UINT, IN_stre am_id, G_TYPE_UINT, IN_event, G_TYPE_INVALID, G_TYPE_INVALID); | return dbus_g_proxy_call (proxy, "StartTone", error, G_TYPE_UINT, IN_stre am_id, G_TYPE_UCHAR, IN_event, G_TYPE_INVALID, G_TYPE_INVALID); | |||
} | } | |||
typedef void (*tp_chan_iface_dtmf_start_tone_reply) (DBusGProxy *proxy, GEr ror *error, gpointer userdata); | typedef void (*tp_chan_iface_dtmf_start_tone_reply) (DBusGProxy *proxy, GEr ror *error, gpointer userdata); | |||
static void | static void | |||
tp_chan_iface_dtmf_start_tone_async_callback (DBusGProxy *proxy, DBusGProxy Call *call, void *user_data) | tp_chan_iface_dtmf_start_tone_async_callback (DBusGProxy *proxy, DBusGProxy Call *call, void *user_data) | |||
{ | { | |||
DBusGAsyncData *data = (DBusGAsyncData*) user_data; | DBusGAsyncData *data = (DBusGAsyncData*) user_data; | |||
GError *error = NULL; | GError *error = NULL; | |||
dbus_g_proxy_end_call (proxy, call, &error, G_TYPE_INVALID); | dbus_g_proxy_end_call (proxy, call, &error, G_TYPE_INVALID); | |||
(*(tp_chan_iface_dtmf_start_tone_reply)data->cb) (proxy, error, data->use rdata); | (*(tp_chan_iface_dtmf_start_tone_reply)data->cb) (proxy, error, data->use rdata); | |||
return; | return; | |||
} | } | |||
static | static | |||
#ifdef G_HAVE_INLINE | #ifdef G_HAVE_INLINE | |||
inline | inline | |||
#endif | #endif | |||
DBusGProxyCall* | DBusGProxyCall* | |||
tp_chan_iface_dtmf_start_tone_async (DBusGProxy *proxy, const guint IN_stre am_id, const guint IN_event, tp_chan_iface_dtmf_start_tone_reply callback, gpointer userdata) | tp_chan_iface_dtmf_start_tone_async (DBusGProxy *proxy, const guint IN_stre am_id, const guchar IN_event, tp_chan_iface_dtmf_start_tone_reply callback, gpointer userdata) | |||
{ | { | |||
DBusGAsyncData *stuff; | DBusGAsyncData *stuff; | |||
stuff = g_slice_new (DBusGAsyncData); | stuff = g_slice_new (DBusGAsyncData); | |||
stuff->cb = G_CALLBACK (callback); | stuff->cb = G_CALLBACK (callback); | |||
stuff->userdata = userdata; | stuff->userdata = userdata; | |||
return dbus_g_proxy_begin_call (proxy, "StartTone", tp_chan_iface_dtmf_st art_tone_async_callback, stuff, _dbus_glib_async_data_free, G_TYPE_UINT, IN _stream_id, G_TYPE_UINT, IN_event, G_TYPE_INVALID); | return dbus_g_proxy_begin_call (proxy, "StartTone", tp_chan_iface_dtmf_st art_tone_async_callback, stuff, _dbus_glib_async_data_free, G_TYPE_UINT, IN _stream_id, G_TYPE_UCHAR, IN_event, G_TYPE_INVALID); | |||
} | } | |||
static | static | |||
#ifdef G_HAVE_INLINE | #ifdef G_HAVE_INLINE | |||
inline | inline | |||
#endif | #endif | |||
gboolean | gboolean | |||
tp_chan_iface_dtmf_stop_tone (DBusGProxy *proxy, const guint IN_stream_id, GError **error) | tp_chan_iface_dtmf_stop_tone (DBusGProxy *proxy, const guint IN_stream_id, GError **error) | |||
{ | { | |||
return dbus_g_proxy_call (proxy, "StopTone", error, G_TYPE_UINT, IN_strea m_id, G_TYPE_INVALID, G_TYPE_INVALID); | return dbus_g_proxy_call (proxy, "StopTone", error, G_TYPE_UINT, IN_strea m_id, G_TYPE_INVALID, G_TYPE_INVALID); | |||
End of changes. 4 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added | |||